aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/Makefile.am
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2006-08-31 13:14:48 +0000
committerJörg Mayer <jmayer@loplof.de>2006-08-31 13:14:48 +0000
commitb1719dd68f41de467407706a697ef653715e8430 (patch)
tree4571d2e2d432708be5a646cef506c06ba40a647b /epan/dissectors/Makefile.am
parenta2761ac6d79b76301226af1aabbd3a6ff90b77ec (diff)
Albert Chin:
Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1078 svn path=/trunk/; revision=19103
Diffstat (limited to 'epan/dissectors/Makefile.am')
-rw-r--r--epan/dissectors/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/dissectors/Makefile.am b/epan/dissectors/Makefile.am
index 92985a3c0b..5c87c49b6c 100644
--- a/epan/dissectors/Makefile.am
+++ b/epan/dissectors/Makefile.am
@@ -22,7 +22,8 @@
noinst_LTLIBRARIES = libdissectors.la
-INCLUDES = -I$(srcdir)/../.. -I$(srcdir)/.. $(LIBGCRYPT_CFLAGS)
+INCLUDES = -I$(srcdir)/../.. -I$(srcdir)/.. \
+ $(LIBGNUTLS_CFLAGS) $(LIBGCRYPT_CFLAGS)
include Makefile.common