summaryrefslogtreecommitdiffstats
path: root/Make_global.am
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@inai.de>2012-06-24 14:57:14 +0200
committerJan Engelhardt <jengelh@inai.de>2012-06-24 14:57:14 +0200
commit8858b8eacd1385f99796ead78b3a7157c5e93121 (patch)
tree3872a5eebb76ff41652b2ec27bd77ea4dc439d3a /Make_global.am
parent97866a0a7482ca518bad39536c7c667bfb9604b2 (diff)
build: remove unnecessary pkgconfig->config.status dependency
The flags obtained from pkgconfig are in essence preprocessor ones. Signed-off-by: Jan Engelhardt <jengelh@inai.de>
Diffstat (limited to 'Make_global.am')
-rw-r--r--Make_global.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Make_global.am b/Make_global.am
index b7dab7b..a4e9bd9 100644
--- a/Make_global.am
+++ b/Make_global.am
@@ -1,2 +1,2 @@
-AM_CPPFLAGS = -I${top_srcdir}/include
-AM_CFLAGS = -Wall ${LIBNFNETLINK_CFLAGS}
+AM_CPPFLAGS = -I${top_srcdir}/include ${LIBNFNETLINK_CFLAGS}
+AM_CFLAGS = -Wall