From 9e4c018e08d5a657f85f0cde0607db0a6d25ddf4 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Thu, 20 Apr 2017 21:25:46 -0700 Subject: 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 Tested-by: Petri Dish Buildbot Reviewed-by: Guy Harris --- epan/crypt/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/crypt') 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 -- cgit v1.2.1