diff options
Diffstat (limited to 'accel-pptpd/CMakeLists.txt')
-rw-r--r-- | accel-pptpd/CMakeLists.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/accel-pptpd/CMakeLists.txt b/accel-pptpd/CMakeLists.txt index 1621e35..b27302c 100644 --- a/accel-pptpd/CMakeLists.txt +++ b/accel-pptpd/CMakeLists.txt @@ -10,6 +10,7 @@ ADD_SUBDIRECTORY(ctrl) ADD_SUBDIRECTORY(auth) ADD_SUBDIRECTORY(radius) ADD_SUBDIRECTORY(logs) +ADD_SUBDIRECTORY(extra) ADD_EXECUTABLE(pptpd ppp/ppp.c @@ -30,7 +31,10 @@ ADD_EXECUTABLE(pptpd iprange.c ippool.c - + + utils.c + sigchld.c + log.c main.c ) |