From 4a268755565ced740c391a4c8c7fc7c98b7fc3c7 Mon Sep 17 00:00:00 2001 From: Kozlov Dmitry Date: Fri, 6 Aug 2010 13:59:54 +0400 Subject: * written base code of lcp module * written generic auth module --- accel-pptpd/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'accel-pptpd/CMakeLists.txt') diff --git a/accel-pptpd/CMakeLists.txt b/accel-pptpd/CMakeLists.txt index 5ee16fd..2e46e5b 100644 --- a/accel-pptpd/CMakeLists.txt +++ b/accel-pptpd/CMakeLists.txt @@ -12,5 +12,6 @@ ADD_EXECUTABLE(pptpd ppp.c ppp_fsm.c ppp_lcp.c + ppp_auth.c ) -TARGET_LINK_LIBRARIES(pptpd pthread triton) \ No newline at end of file +TARGET_LINK_LIBRARIES(pptpd pthread triton) -- cgit v1.2.3