]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
build: re-add missing CPPFLAGS for libiptc
authorJan Engelhardt <jengelh@medozas.de>
Wed, 8 Jun 2011 10:28:24 +0000 (12:28 +0200)
committerJan Engelhardt <jengelh@medozas.de>
Wed, 8 Jun 2011 10:28:50 +0000 (12:28 +0200)
These got lost on commit v1.4.11-12-g5c8f5b6.

Note: When /usr/include/libiptc/libiptc.h exists, this error is
masked away :-/  (IMO, #include-with-quotes "foo.h" should not
search system dirs...)

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
libiptc/Makefile.am

index a7d0ea268c2e67d86a20ca8886576497ff5d9a59..22c920f6605f677139a6f7894785b4acf9dafe01 100644 (file)
@@ -1,5 +1,8 @@
 # -*- Makefile -*-
 
+AM_CFLAGS        = ${regular_CFLAGS}
+AM_CPPFLAGS      = ${regular_CPPFLAGS} -I${top_builddir}/include -I${top_srcdir}/include ${kinclude_CPPFLAGS}
+
 pkgconfig_DATA      = libiptc.pc
 
 lib_LTLIBRARIES     = libip4tc.la libip6tc.la libiptc.la