summaryrefslogtreecommitdiffstats
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
parentf7e35376b712db56feb47482ded26253c45d53e9 (diff)
build: create a Make_global.am file
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
-rw-r--r--Make_global.am1
-rw-r--r--src/Makefile.am2
-rw-r--r--utils/Makefile.am3
3 files changed, 3 insertions, 3 deletions
diff --git a/Make_global.am b/Make_global.am
new file mode 100644
index 0000000..fb31d42
--- /dev/null
+++ b/Make_global.am
@@ -0,0 +1 @@
+AM_CPPFLAGS = -I${top_srcdir}/include -I${KERNELDIR}
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
diff --git a/utils/Makefile.am b/utils/Makefile.am
index 1f52864..d3147e3 100644
--- a/utils/Makefile.am
+++ b/utils/Makefile.am
@@ -1,5 +1,4 @@
-
-AM_CPPFLAGS = -I$(top_srcdir)/include -I${KERNELDIR}
+include ${top_srcdir}/Make_global.am
check_PROGRAMS = nfqnl_test