From 38ffc9dc5bb9f2b1d01bf0b0e28b7323b135f1ea Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 8 Jun 2011 12:28:24 +0200 Subject: 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 --- libiptc/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3