summaryrefslogtreecommitdiffstats
path: root/libipq
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-04-02 22:13:23 -0400
committerJan Engelhardt <jengelh@medozas.de>2011-06-01 02:27:10 +0200
commit6918795519ddbf4d0efa9aa5b1b51cdafb99c55a (patch)
treef4bf61a763d6512f1c59ffdfde455f46d1af71c7 /libipq
parent5085c3a037fa9327377dec7540d9c3ef2d53a58e (diff)
build: move remaining preprocessor flags to CPPFLAGS
References; http://bugzilla.netfilter.org/show_bug.cgi?id=713 Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'libipq')
-rw-r--r--libipq/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/libipq/Makefile.am b/libipq/Makefile.am
index 8ebeb14c..93e5b1c8 100644
--- a/libipq/Makefile.am
+++ b/libipq/Makefile.am
@@ -1,7 +1,7 @@
# -*- Makefile -*-
-AM_CFLAGS = ${regular_CFLAGS} -I${top_builddir}/include -I${top_srcdir}/include
-AM_CPPFLAGS = ${regular_CPPFLAGS}
+AM_CFLAGS = ${regular_CFLAGS}
+AM_CPPFLAGS = ${regular_CPPFLAGS} -I${top_builddir}/include -I${top_srcdir}/include
libipq_la_SOURCES = libipq.c
lib_LTLIBRARIES = libipq.la