summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurence J. Lane <ljlane@debian.org>2013-08-22 12:44:47 -0400
committerPablo Neira Ayuso <pablo@netfilter.org>2013-09-27 16:43:21 +0200
commitb90e798596465f0ea2daff75d95f4f978f0a8377 (patch)
treec3df75185707fc8dbaa7d9ddb11a7ec240cc4948
parentcd6195f3800a552ced3c77a0c74618393dfab689 (diff)
iptables: extensions/GNUMakefile.in use CPPFLAGS
"All other Makefiles add CPPFLAGS to ${COMPILE} (automake), but GNUmakefile.in doesn't set it." http://bugs.debian.org/665286 Signed-off-by: Laurence J. Lane <ljlane@debian.org> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
-rw-r--r--extensions/GNUmakefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/GNUmakefile.in b/extensions/GNUmakefile.in
index 14e7c576..c5d88446 100644
--- a/extensions/GNUmakefile.in
+++ b/extensions/GNUmakefile.in
@@ -21,7 +21,7 @@ regular_CPPFLAGS = @regular_CPPFLAGS@
kinclude_CPPFLAGS = @kinclude_CPPFLAGS@
AM_CFLAGS = ${regular_CFLAGS}
-AM_CPPFLAGS = ${regular_CPPFLAGS} -I${top_builddir}/include -I${top_builddir} -I${top_srcdir}/include ${kinclude_CPPFLAGS}
+AM_CPPFLAGS = ${regular_CPPFLAGS} -I${top_builddir}/include -I${top_builddir} -I${top_srcdir}/include ${kinclude_CPPFLAGS} ${CPPFLAGS}
AM_DEPFLAGS = -Wp,-MMD,$(@D)/.$(@F).d,-MT,$@
AM_LDFLAGS = @noundef_LDFLAGS@