diff options
author | Stig Bjørlykke <stig@bjorlykke.org> | 2009-12-08 11:04:52 +0000 |
---|---|---|
committer | Stig Bjørlykke <stig@bjorlykke.org> | 2009-12-08 11:04:52 +0000 |
commit | 86e83facfc339c12c662cb4b4d1061ae9f287b19 (patch) | |
tree | 0f78a8cd930ef22e0d2ebb5f2fd507a8f5dc6c42 /CMakeLists.txt | |
parent | d71b1088f7f606de416019df86d888c4e53e1c5b (diff) | |
download | wireshark-86e83facfc339c12c662cb4b4d1061ae9f287b19.tar.gz wireshark-86e83facfc339c12c662cb4b4d1061ae9f287b19.tar.bz2 wireshark-86e83facfc339c12c662cb4b4d1061ae9f287b19.zip |
Added GCRYPT_LIBRARIES to capinfos.
svn path=/trunk/; revision=31205
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 30648295ad..53b99e51a3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -699,6 +699,7 @@ if(BUILD_capinfos) set(capinfos_LIBS wiretap ${Z_LIBRARIES} + ${GCRYPT_LIBRARIES} ${APPLE_COCOA_LIBRARY} ) set(capinfos_FILES |