diff options
Diffstat (limited to 'accel-pptpd/CMakeLists.txt')
-rw-r--r-- | accel-pptpd/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/accel-pptpd/CMakeLists.txt b/accel-pptpd/CMakeLists.txt index a2c645f..a8a6c04 100644 --- a/accel-pptpd/CMakeLists.txt +++ b/accel-pptpd/CMakeLists.txt @@ -31,7 +31,6 @@ ADD_EXECUTABLE(accel-pptpd ipdb.c iprange.c - ippool.c utils.c sigchld.c @@ -42,3 +41,5 @@ ADD_EXECUTABLE(accel-pptpd ) TARGET_LINK_LIBRARIES(accel-pptpd triton rt pthread ssl) +ADD_LIBRARY(ippool SHARED ippool.c) + |