diff options
Diffstat (limited to 'accel-pptpd/radius/CMakeLists.txt')
-rw-r--r-- | accel-pptpd/radius/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accel-pptpd/radius/CMakeLists.txt b/accel-pptpd/radius/CMakeLists.txt index 6872ee6..7360cdf 100644 --- a/accel-pptpd/radius/CMakeLists.txt +++ b/accel-pptpd/radius/CMakeLists.txt @@ -1,11 +1,11 @@ SET(sources - radius.c dict.c req.c packet.c auth.c acct.c dm_coa.c + radius.c ) ADD_DEFINITIONS(-DDICTIONARY="${CMAKE_INSTALL_PREFIX}/usr/share/accel-pptp/radius/dictionary") |