diff options
author | Jan Engelhardt <jengelh@medozas.de> | 2011-06-01 02:16:05 +0200 |
---|---|---|
committer | Jan Engelhardt <jengelh@medozas.de> | 2011-06-01 02:21:06 +0200 |
commit | 8e336251e155888f0ac2c79259f8792fc31920a1 (patch) | |
tree | 8afbcd4bce15e4d713bc89394990386ee6bc18d1 /utils | |
parent | a6793dbb87751a6a201c76ad75efb5d6b7f1e484 (diff) |
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 <jengelh@medozas.de>
Diffstat (limited to 'utils')
-rw-r--r-- | utils/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 |