From 8e336251e155888f0ac2c79259f8792fc31920a1 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 1 Jun 2011 02:16:05 +0200 Subject: build: move basic preprocessor flags to regular_CPPFLAGS This is where they belong, after all. References: http://bugzilla.netfilter.org/show_bug.cgi?id=713 Signed-off-by: Jan Engelhardt --- libipq/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'libipq') diff --git a/libipq/Makefile.am b/libipq/Makefile.am index 556a17bd..8ebeb14c 100644 --- a/libipq/Makefile.am +++ b/libipq/Makefile.am @@ -1,6 +1,7 @@ # -*- Makefile -*- AM_CFLAGS = ${regular_CFLAGS} -I${top_builddir}/include -I${top_srcdir}/include +AM_CPPFLAGS = ${regular_CPPFLAGS} libipq_la_SOURCES = libipq.c lib_LTLIBRARIES = libipq.la -- cgit v1.2.3