summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2010-12-30 23:15:18 +0100
committerJan Engelhardt <jengelh@medozas.de>2010-12-30 23:16:36 +0100
commit6dc9ec20744ae307e0f5c5c1db0f5d585289259c (patch)
tree1987bcb516a6889b1a9308aebff95e4f0d110543 /src
parentf7e35376b712db56feb47482ded26253c45d53e9 (diff)
build: create a Make_global.am file
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index a745129..84892eb 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -20,7 +20,7 @@
#
LIBVERSION=2:0:1
-AM_CPPFLAGS = -I$(top_srcdir)/include -I${KERNELDIR}
+include ${top_srcdir}/Make_global.am
AM_CFLAGS = -Wall ${LIBNFNETLINK_CFLAGS}
lib_LTLIBRARIES = libnetfilter_queue.la