summaryrefslogtreecommitdiff
path: root/accel-pppd/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'accel-pppd/CMakeLists.txt')
-rw-r--r--accel-pppd/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/accel-pppd/CMakeLists.txt b/accel-pppd/CMakeLists.txt
index 7a016eff..d82f8d27 100644
--- a/accel-pppd/CMakeLists.txt
+++ b/accel-pppd/CMakeLists.txt
@@ -50,6 +50,7 @@ INCLUDE(CheckIncludeFile)
CHECK_INCLUDE_FILE("linux/netfilter/ipset/ip_set.h" HAVE_IPSET)
ADD_EXECUTABLE(accel-pppd
+ memdebug.c
session.c
session_backup.c
ifcfg.c
@@ -93,7 +94,6 @@ ADD_EXECUTABLE(accel-pppd
log.c
main.c
- memdebug.c
)
TARGET_LINK_LIBRARIES(accel-pppd triton rt pthread ${crypto_lib} pcre)