changeset 847:242ee9fe34aa

Oops, previous commit was too much actually...
author Sebastien Decugis <sdecugis@freediameter.net>
date Wed, 17 Oct 2012 23:27:41 +0200
parents 85e1a4118849
children 6dfa8bc2e71e
files extensions/app_diameap/CMakeLists.txt extensions/app_diameap/plugins/eap_tls/CMakeLists.txt
diffstat 2 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/extensions/app_diameap/CMakeLists.txt	Tue Oct 16 21:29:17 2012 +0200
+++ b/extensions/app_diameap/CMakeLists.txt	Wed Oct 17 23:27:41 2012 +0200
@@ -46,6 +46,8 @@
 
 FD_ADD_EXTENSION(app_diameap ${diameapsrc})
 
+TARGET_LINK_LIBRARIES(app_diameap ${GCRYPT_LIBRARY} ${GNUTLS_LIBRARIES} ${MySQL_LIBRARY} )
+
 ####
 ## INSTALL section ##
 
--- a/extensions/app_diameap/plugins/eap_tls/CMakeLists.txt	Tue Oct 16 21:29:17 2012 +0200
+++ b/extensions/app_diameap/plugins/eap_tls/CMakeLists.txt	Wed Oct 17 23:27:41 2012 +0200
@@ -15,3 +15,4 @@
     eaptls.tab.h
     )
 
+TARGET_LINK_LIBRARIES(eap_tls ${GNUTLS_LIBRARIES})
"Welcome to our mercurial repository"