Somehow not all of ncmlib was version controlled. Fix.

This commit is contained in:
Nicholas J. Kain
2010-11-12 18:46:45 -05:00
parent 5b7a3e43e0
commit 955031bce1
16 changed files with 903 additions and 0 deletions

12
ncmlib/CMakeLists.txt Normal file
View File

@@ -0,0 +1,12 @@
set(NCMLIB_SRCS
malloc.c
chroot.c
pidfile.c
signals.c
strlist.c
strl.c
log.c
cap.c
)
add_library(ncmlib ${NCMLIB_SRCS})