aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2006-07-17 19:37:21 +0000
committerJörg Mayer <jmayer@loplof.de>2006-07-17 19:37:21 +0000
commite226affa316469d2f2638c28924397a577765093 (patch)
tree105237f878bc659a6d258db9f94a6553d980c949
parent28ee8850214bb3410cacd8844b5a2323cfce79ce (diff)
stephentfisher@yahoo.com:
Adds $(LIBGCRYPT_CFLAGS) to two Makefiles (fix for http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1005) svn path=/trunk/; revision=18753
-rw-r--r--epan/dissectors/Makefile.am2
-rw-r--r--gtk/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/Makefile.am b/epan/dissectors/Makefile.am
index 57da7d7b05..92985a3c0b 100644
--- a/epan/dissectors/Makefile.am
+++ b/epan/dissectors/Makefile.am
@@ -22,7 +22,7 @@
noinst_LTLIBRARIES = libdissectors.la
-INCLUDES = -I$(srcdir)/../.. -I$(srcdir)/..
+INCLUDES = -I$(srcdir)/../.. -I$(srcdir)/.. $(LIBGCRYPT_CFLAGS)
include Makefile.common
diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index 7ff8cd6ce6..61143660ed 100644
--- a/gtk/Makefile.am
+++ b/gtk/Makefile.am
@@ -136,7 +136,7 @@ EXTRA_DIST = \
win32-file-dlg.h
# Common headers
-AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/wiretap
+AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/wiretap $(LIBGCRYPT_CFLAGS)
doxygen:
if HAVE_DOXYGEN