From f3fe6a2454283bfadeb6190857355297485db4f6 Mon Sep 17 00:00:00 2001 From: "/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org" Date: Mon, 14 Nov 2005 16:00:43 +0000 Subject: remove all references to KERNELDIR --- Makefile.am | 2 +- src/Makefile.am | 2 +- utils/Makefile.am | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index c8ece6e..3464595 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ AUTOMAKE_OPTIONS = foreign dist-bzip2 1.6 -INCLUDES =$(all_includes) -I$(top_srcdir)/include -I${KERNELDIR} +INCLUDES =$(all_includes) -I$(top_srcdir)/include SUBDIRS = include src utils LINKOPTS = -lnfnetlink diff --git a/src/Makefile.am b/src/Makefile.am index 412bfee..f854a28 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -2,7 +2,7 @@ # Please read Chapter 6 "Library interface versions" of the libtool documentation before making any modification LIBVERSION=1:0:0 -INCLUDES = $(all_includes) -I$(top_srcdir)/include -I${KERNELDIR} +INCLUDES = $(all_includes) -I$(top_srcdir)/include AM_CFLAGS=-fPIC -Wall LIBS= diff --git a/utils/Makefile.am b/utils/Makefile.am index cc9e0ed..091ca56 100644 --- a/utils/Makefile.am +++ b/utils/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES = $(all_includes) -I$(top_srcdir)/include -I${KERNELDIR} +INCLUDES = $(all_includes) -I$(top_srcdir)/include noinst_PROGRAMS = nfulnl_test ulog_test -- cgit v1.2.3