diff options
Diffstat (limited to 'accel-pptpd/CMakeLists.txt')
-rw-r--r-- | accel-pptpd/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/accel-pptpd/CMakeLists.txt b/accel-pptpd/CMakeLists.txt index 3de0072..9254e7e 100644 --- a/accel-pptpd/CMakeLists.txt +++ b/accel-pptpd/CMakeLists.txt @@ -12,7 +12,7 @@ ADD_SUBDIRECTORY(radius) ADD_SUBDIRECTORY(logs) ADD_SUBDIRECTORY(extra) -ADD_EXECUTABLE(pptpd +ADD_EXECUTABLE(accel-pptpd ppp/ppp.c ppp/ppp_fsm.c ppp/ppp_lcp.c @@ -39,5 +39,5 @@ ADD_EXECUTABLE(pptpd main.c memdebug.c ) -TARGET_LINK_LIBRARIES(pptpd triton rt pthread ssl) +TARGET_LINK_LIBRARIES(accel-pptpd triton rt pthread ssl) |