diff options
author | Kozlov Dmitry <dima@server> | 2010-10-04 18:09:13 +0400 |
---|---|---|
committer | Kozlov Dmitry <dima@server> | 2010-10-04 18:09:13 +0400 |
commit | 538479c6b708ebe973f65ac15e202a8d4ddead6a (patch) | |
tree | 7c97aac991585938c86b8b6c817614272567b3cd /accel-pptpd/CMakeLists.txt | |
parent | a337b4af82fe30d568547aabc61df7bc67a8a835 (diff) | |
download | accel-ppp-538479c6b708ebe973f65ac15e202a8d4ddead6a.tar.gz accel-ppp-538479c6b708ebe973f65ac15e202a8d4ddead6a.zip |
bug fixes
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 a2c645fa..a8a6c04e 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) + |