From c69752e3dbf757aac336f4287eca11afef62a85c Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 24 Jun 2012 14:54:13 +0200 Subject: build: move library flags to CPPFLAGS Because the obtained flags are essentially that (preprocessor options). Signed-off-by: Jan Engelhardt --- Make_global.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Make_global.am') 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 -- cgit v1.2.3