From be9eedeb8cd046d31b0daf29716660b23e717834 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Fri, 18 Oct 2013 16:32:43 +0000 Subject: Make sure LIBGCRYPT_CFLAGS is added to AM_CPPFLAGS. svn path=/trunk/; revision=52672 --- wsutil/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = \ -- cgit v1.2.3