Move ifchd files to a subdirectory.

This commit is contained in:
Nicholas J. Kain
2010-11-12 04:51:49 -05:00
parent c999fee9f5
commit b42eeb8847
27 changed files with 19 additions and 115 deletions

17
ifchd/CMakeLists.txt Normal file
View File

@@ -0,0 +1,17 @@
project (ifchd)
cmake_minimum_required (VERSION 2.6)
set(IFCHD_SRCS
ifchd.c
linux.c
strlist.c
signals.c
pidfile.c
chroot.c
nstrl.c
log.c
)
add_executable(ifchd ${IFCHD_SRCS})
#target_link_libraries(ifchd ncmlib)