summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@inai.de>2012-06-24 14:54:13 +0200
committerJan Engelhardt <jengelh@inai.de>2012-06-24 14:54:13 +0200
commitc69752e3dbf757aac336f4287eca11afef62a85c (patch)
treec36616cafa3d05fb00ee6c7e39b0b35b24e21ccc
parent7ea731b0e8582ff67ef2703e05c4a45220da538c (diff)
build: move library flags to CPPFLAGS
Because the obtained flags are essentially that (preprocessor options). Signed-off-by: Jan Engelhardt <jengelh@inai.de>
-rw-r--r--Make_global.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Make_global.am b/Make_global.am
index 557900d..e3595d2 100644
--- a/Make_global.am
+++ b/Make_global.am
@@ -4,5 +4,5 @@
# http://sources.redhat.com/autobook/autobook/autobook_91.html
LIBVERSION=6:0:3
-AM_CPPFLAGS = -I$(top_srcdir)/include
-AM_CFLAGS = -Wall ${LIBNFNETLINK_CFLAGS} ${LIBMNL_CFLAGS}
+AM_CPPFLAGS = -I$(top_srcdir)/include ${LIBNFNETLINK_CFLAGS} ${LIBMNL_CFLAGS}
+AM_CFLAGS = -Wall