aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/Makefile.am
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 /gtk/Makefile.am
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
Diffstat (limited to 'gtk/Makefile.am')
-rw-r--r--gtk/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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