Import the livebox library from a local git
authorSung-jae Park <nicesj.park@samsung.com>
Thu, 17 May 2012 05:05:08 +0000 (14:05 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Thu, 17 May 2012 05:05:08 +0000 (14:05 +0900)
commit552f5c76d1702c765056b34a99dbaf92c80b770d
treef1291124ef8e73b626493c331346e707eec53abe
parent7abf7937e3ba3e28f1ab59dbb493e732dac32188
Import the livebox library from a local git

Change-Id: I9b59033f254e75b3a701eee23f2ed71eac89f343
17 files changed:
CMakeLists.txt [new file with mode: 0644]
data/CMakeLists.txt [new file with mode: 0644]
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/liblivebox-dev.install.in [new file with mode: 0644]
debian/liblivebox.install.in [new file with mode: 0644]
debian/rules [new file with mode: 0755]
include/debug.h [new file with mode: 0644]
include/dlist.h [new file with mode: 0644]
include/livebox.h [new file with mode: 0644]
include/livebox_PG.h [new file with mode: 0644]
include/util.h [new file with mode: 0644]
livebox.pc.in [new file with mode: 0644]
src/dlist.c [new file with mode: 0644]
src/livebox.c [new file with mode: 0644]
src/util.c [new file with mode: 0644]