diff options
author | Dmitry Kozlov <xeb@mail.ru> | 2010-10-26 12:41:07 +0400 |
---|---|---|
committer | Dmitry Kozlov <xeb@mail.ru> | 2010-10-26 12:41:07 +0400 |
commit | 026eecf56384843a08e7cc8dbd426f7dd616a3d9 (patch) | |
tree | 3c78a094b451eda6f35edfbc4cf73ae837b46e97 /accel-pptpd/radius/CMakeLists.txt | |
parent | 45e458f470a116080629088a8eadf27713158012 (diff) | |
download | accel-ppp-026eecf56384843a08e7cc8dbd426f7dd616a3d9.tar.gz accel-ppp-026eecf56384843a08e7cc8dbd426f7dd616a3d9.zip |
radius: disable DM/CoA functionality when no dm_coa_secret specified
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 6872ee6b..7360cdf3 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") |