diff options
author | Kozlov Dmitry <dima@server> | 2010-08-23 14:34:37 +0400 |
---|---|---|
committer | Kozlov Dmitry <dima@server> | 2010-08-23 18:33:09 +0400 |
commit | 5ec458e9d936e6aee1d8382290473c0f5ba68e48 (patch) | |
tree | c5025ea42ff1e998afc3a687562238ceccd0efd2 /accel-pptpd/CMakeLists.txt | |
parent | 76615aa33fb294f2fdfdee3e4687de94bb5efce9 (diff) | |
download | accel-ppp-5ec458e9d936e6aee1d8382290473c0f5ba68e48.tar.gz accel-ppp-5ec458e9d936e6aee1d8382290473c0f5ba68e48.zip |
implemented IPCP primary/secondary dns configuration option
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 452f9142..e97d916f 100644 --- a/accel-pptpd/CMakeLists.txt +++ b/accel-pptpd/CMakeLists.txt @@ -24,6 +24,7 @@ ADD_EXECUTABLE(pptpd ppp_ccp.c ppp_ipcp.c ipcp_opt_ipaddr.c + ipcp_opt_dns.c pwdb.c ipdb.c |