diff options
author | Kozlov Dmitry <dima@server> | 2010-08-20 17:50:13 +0400 |
---|---|---|
committer | Kozlov Dmitry <dima@server> | 2010-08-20 17:50:13 +0400 |
commit | 1dbf2a2820c428b8ba8b04d6ec30c78f642cbfb3 (patch) | |
tree | b688869cf739aa1c20ddc83335c59ca7fdddf472 /accel-pptpd/CMakeLists.txt | |
parent | 128961dd4ccfae1fc6c973be704d55a27932a280 (diff) | |
download | accel-ppp-xebd-1dbf2a2820c428b8ba8b04d6ec30c78f642cbfb3.tar.gz accel-ppp-xebd-1dbf2a2820c428b8ba8b04d6ec30c78f642cbfb3.zip |
using dynamic ppp layers instead of hard coded, but signal transition/handling (up,down,open,close) not fully elaborated
Diffstat (limited to 'accel-pptpd/CMakeLists.txt')
-rw-r--r-- | accel-pptpd/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accel-pptpd/CMakeLists.txt b/accel-pptpd/CMakeLists.txt index 3279141..2a038f1 100644 --- a/accel-pptpd/CMakeLists.txt +++ b/accel-pptpd/CMakeLists.txt @@ -7,7 +7,7 @@ ADD_SUBDIRECTORY(triton) ADD_EXECUTABLE(pptpd pptpd.c - ctrl.c + pptp.c log.c ppp.c ppp_fsm.c |