summaryrefslogtreecommitdiffstats
path: root/Make_global.am
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2011-12-29 22:19:42 +0100
committerJan Engelhardt <jengelh@medozas.de>2011-12-29 22:19:42 +0100
commit5dda96c72748450b1c6979e085cdfb07762025a1 (patch)
tree4efc19504dc36c4510e575cb8b10ac22ae0aff7a /Make_global.am
parentdca1642fabed50f2d7e2d2cb055aefe26c23ace3 (diff)
build: add missing LIBMNL_CFLAGS to compilation process
Otherwise, the preprocessor may fail to find libmnl if it is not in a standard-searched directory.
Diffstat (limited to 'Make_global.am')
-rw-r--r--Make_global.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Make_global.am b/Make_global.am
index caab49a..1654f10 100644
--- a/Make_global.am
+++ b/Make_global.am
@@ -20,5 +20,5 @@
#
LIBVERSION=0:0:0
-AM_CPPFLAGS = ${regular_CPPFLAGS} -I${top_srcdir}/include
+AM_CPPFLAGS = ${regular_CPPFLAGS} -I${top_srcdir}/include ${LIBMNL_CFLAGS}
AM_CFLAGS = ${regular_CFLAGS} ${GCC_FVISIBILITY_HIDDEN}