diff options
Diffstat (limited to 'accel-pptpd/radius/CMakeLists.txt')
-rw-r--r-- | accel-pptpd/radius/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/accel-pptpd/radius/CMakeLists.txt b/accel-pptpd/radius/CMakeLists.txt index 9655d919..ac8a3a9a 100644 --- a/accel-pptpd/radius/CMakeLists.txt +++ b/accel-pptpd/radius/CMakeLists.txt @@ -6,6 +6,7 @@ SET(sources packet.c auth.c acct.c + pd_coa.c ) ADD_LIBRARY(radius SHARED ${sources}) |