diff options
author | Kozlov Dmitry <dima@server> | 2010-09-10 11:58:34 +0400 |
---|---|---|
committer | Kozlov Dmitry <dima@server> | 2010-09-10 11:58:34 +0400 |
commit | c471cd62571f654b92bad0bd9f431927758f4d45 (patch) | |
tree | 8f08d11522ae9b3d0e2c44d04746ca0f0e5ed22c /accel-pptpd/CMakeLists.txt | |
parent | 35d38d2c3f3db22216d43604b8750ecb6089e525 (diff) | |
download | accel-ppp-c471cd62571f654b92bad0bd9f431927758f4d45.tar.gz accel-ppp-c471cd62571f654b92bad0bd9f431927758f4d45.zip |
ippool: implemented module ippool which gives IP address from configurable ranges
Diffstat (limited to 'accel-pptpd/CMakeLists.txt')
-rw-r--r-- | accel-pptpd/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/accel-pptpd/CMakeLists.txt b/accel-pptpd/CMakeLists.txt index 729b4e2a..a462358f 100644 --- a/accel-pptpd/CMakeLists.txt +++ b/accel-pptpd/CMakeLists.txt @@ -30,6 +30,7 @@ ADD_EXECUTABLE(pptpd ipdb.c iprange.c + ippool.c main.c ) |