summaryrefslogtreecommitdiff
path: root/accel-pptpd/CMakeLists.txt
diff options
context:
space:
mode:
authorKozlov Dmitry <dima@server>2010-08-23 15:23:30 +0400
committerKozlov Dmitry <dima@server>2010-08-23 18:33:09 +0400
commit18d93f51ef96af6a6779c3880ff5d06f49467cc4 (patch)
treee240c318bcec4b624fedfc2b2876bb8ec15784ab /accel-pptpd/CMakeLists.txt
parent5ec458e9d936e6aee1d8382290473c0f5ba68e48 (diff)
downloadaccel-ppp-18d93f51ef96af6a6779c3880ff5d06f49467cc4.tar.gz
accel-ppp-18d93f51ef96af6a6779c3880ff5d06f49467cc4.zip
implemented base ccp module
Diffstat (limited to 'accel-pptpd/CMakeLists.txt')
-rw-r--r--accel-pptpd/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/accel-pptpd/CMakeLists.txt b/accel-pptpd/CMakeLists.txt
index e97d916f..bbe59b80 100644
--- a/accel-pptpd/CMakeLists.txt
+++ b/accel-pptpd/CMakeLists.txt
@@ -21,11 +21,12 @@ ADD_EXECUTABLE(pptpd
ppp_auth.c
auth_pap.c
- ppp_ccp.c
ppp_ipcp.c
ipcp_opt_ipaddr.c
ipcp_opt_dns.c
+ ppp_ccp.c
+
pwdb.c
ipdb.c
)