summaryrefslogtreecommitdiff
path: root/epan/crypt
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2017-04-20 21:25:46 -0700
committerGuy Harris <guy@alum.mit.edu>2017-04-21 06:45:05 +0000
commit9e4c018e08d5a657f85f0cde0607db0a6d25ddf4 (patch)
tree2246c6582b08653499d10522f0d683fa6802206d /epan/crypt
parent41a917f43330ee9ad868237d7e80fc823790140a (diff)
downloadwireshark-9e4c018e08d5a657f85f0cde0607db0a6d25ddf4.tar.gz
Code in epan/crypt may require gcrypt, so include LIBGCRYPT_FLAGS.
Change-Id: I7f6745eb39bae6ae37a63178bcd60c75fd9e9de2 Reviewed-on: https://code.wireshark.org/review/21268 Petri-Dish: Guy Harris <guy@alum.mit.edu> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'epan/crypt')
-rw-r--r--epan/crypt/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/crypt/Makefile.am b/epan/crypt/Makefile.am
index bf5201bb63..acea32a529 100644
--- a/epan/crypt/Makefile.am
+++ b/epan/crypt/Makefile.am
@@ -21,7 +21,7 @@
include $(top_srcdir)/Makefile.am.inc
-AM_CPPFLAGS = $(INCLUDEDIRS) $(WS_CPPFLAGS) $(GLIB_CFLAGS)
+AM_CPPFLAGS = $(INCLUDEDIRS) $(WS_CPPFLAGS) $(GLIB_CFLAGS) $(LIBGCRYPT_CFLAGS)
noinst_LTLIBRARIES = libairpdcap.la