From 6dc9ec20744ae307e0f5c5c1db0f5d585289259c Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 30 Dec 2010 23:15:18 +0100 Subject: build: create a Make_global.am file Signed-off-by: Jan Engelhardt --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3