summaryrefslogtreecommitdiff
path: root/wsutil
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-10-18 16:32:43 +0000
committerGerald Combs <gerald@wireshark.org>2013-10-18 16:32:43 +0000
commitbe9eedeb8cd046d31b0daf29716660b23e717834 (patch)
tree829e156215a1c640bf6c830c26e90f9bd7e2b35d /wsutil
parent19f63eb2bd90ea7ff237331652ee35e5a75e7e42 (diff)
downloadwireshark-be9eedeb8cd046d31b0daf29716660b23e717834.tar.gz
Make sure LIBGCRYPT_CFLAGS is added to AM_CPPFLAGS.
svn path=/trunk/; revision=52672
Diffstat (limited to 'wsutil')
-rw-r--r--wsutil/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/wsutil/Makefile.am b/wsutil/Makefile.am
index 6ccf8f2e80..8077de8dc0 100644
--- a/wsutil/Makefile.am
+++ b/wsutil/Makefile.am
@@ -64,7 +64,7 @@ lib_LTLIBRARIES = libwsutil.la
# http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
libwsutil_la_LDFLAGS = -version-info 0:0:0 @LDFLAGS_SHAREDLIB@
-AM_CPPFLAGS = -I$(srcdir)/..
+AM_CPPFLAGS = -I$(srcdir)/.. \
$(LIBGCRYPT_CFLAGS)
libwsutil_la_SOURCES = \