summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2011-06-08 12:28:24 +0200
committerJan Engelhardt <jengelh@medozas.de>2011-06-08 12:28:50 +0200
commit38ffc9dc5bb9f2b1d01bf0b0e28b7323b135f1ea (patch)
tree6aedcdcad1f68f54c06300af9e28bcc921f68093
parent780607f8b040a47cd2d4775376e2d30f567dc049 (diff)
build: re-add missing CPPFLAGS for libiptc
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>
-rw-r--r--libiptc/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/libiptc/Makefile.am b/libiptc/Makefile.am
index a7d0ea26..22c920f6 100644
--- a/libiptc/Makefile.am
+++ b/libiptc/Makefile.am
@@ -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