diff options
author | Tomas Kukosa <tomas.kukosa@siemens.com> | 2009-01-08 15:06:09 +0000 |
---|---|---|
committer | Tomas Kukosa <tomas.kukosa@siemens.com> | 2009-01-08 15:06:09 +0000 |
commit | b32079575b61c83c271876bc35ede09c3e6924b6 (patch) | |
tree | c16c8c537d29d2e07ee0862cbae8582a75ea9324 /Makefile.am | |
parent | 66c5598ad64fa7f49a669d09b722eaee52a6b03f (diff) | |
download | wireshark-b32079575b61c83c271876bc35ede09c3e6924b6.tar.gz wireshark-b32079575b61c83c271876bc35ede09c3e6924b6.tar.bz2 wireshark-b32079575b61c83c271876bc35ede09c3e6924b6.zip |
fix non-Windows dumpcap linking, it uses version_info which requires GnuTLS libs
svn path=/trunk/; revision=27197
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 5c6abfdddd..97f2a7abea 100644 --- a/Makefile.am +++ b/Makefile.am @@ -473,6 +473,7 @@ dumpcap_LDADD = \ @NSL_LIBS@ \ @FRAMEWORKS@ \ @LIBGCRYPT_LIBS@ \ + @LIBGNUTLS_LIBS@ \ @LIBCAP_LIBS@ dumpcap_CFLAGS = $(AM_CLEAN_CFLAGS) |