summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorMartin Storsjo <martin@martin.st>2013-06-06 15:26:53 +0300
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2013-06-06 23:13:52 +0200
commit6726fd437ea22b06b78a1d8d8f9b73ae3163e311 (patch)
tree200c56e87abbc20b85589be8aab77c725616255a /extra
parent765c617e2e740a582441facb2c1dd34114047920 (diff)
downloadgnutls-6726fd437ea22b06b78a1d8d8f9b73ae3163e311.tar.gz
Add NETTLE_CFLAGS in makefiles
This is required for using nettle/memxor.h, which now is included implicitly via gnutls_int.h, if the nettle include directories aren't in one of the compiler standard paths. Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Diffstat (limited to 'extra')
-rw-r--r--extra/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/Makefile.am b/extra/Makefile.am
index 8cbb4050cb..f9716e62c7 100644
--- a/extra/Makefile.am
+++ b/extra/Makefile.am
@@ -22,7 +22,7 @@
ACLOCAL_AMFLAGS = -I ../m4 -I ../gl/m4
-AM_CFLAGS = $(WERROR_CFLAGS) $(WSTACK_CFLAGS) $(WARN_CFLAGS)
+AM_CFLAGS = $(WERROR_CFLAGS) $(WSTACK_CFLAGS) $(WARN_CFLAGS) $(NETTLE_CFLAGS)
AM_CPPFLAGS = \
-I$(srcdir)/../gl \
-I$(builddir)/../gl \