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 --- utils/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'utils/Makefile.am') diff --git a/utils/Makefile.am b/utils/Makefile.am index 79ce34bf..87bb1cbc 100644 --- a/utils/Makefile.am +++ b/utils/Makefile.am @@ -1,6 +1,7 @@ # -*- Makefile -*- AM_CFLAGS = ${regular_CFLAGS} -I${top_builddir}/include -I${top_srcdir}/include +AM_CPPFLAGS = ${regular_CPPFLAGS} sbin_PROGRAMS = nfnl_osf pkgdata_DATA = pf.os -- cgit v1.2.3