summaryrefslogtreecommitdiff
path: root/accel-pptpd/CMakeLists.txt
diff options
context:
space:
mode:
authorKozlov Dmitry <dima@server>2010-09-10 11:58:34 +0400
committerKozlov Dmitry <dima@server>2010-09-10 11:58:34 +0400
commitc471cd62571f654b92bad0bd9f431927758f4d45 (patch)
tree8f08d11522ae9b3d0e2c44d04746ca0f0e5ed22c /accel-pptpd/CMakeLists.txt
parent35d38d2c3f3db22216d43604b8750ecb6089e525 (diff)
downloadaccel-ppp-xebd-c471cd62571f654b92bad0bd9f431927758f4d45.tar.gz
accel-ppp-xebd-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.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/accel-pptpd/CMakeLists.txt b/accel-pptpd/CMakeLists.txt
index 729b4e2..a462358 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
)