From 22b52a4ba5c578df1ea3e243a7bbdddd1c00cea2 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:10:44 +0000 Subject: - get rid of KERNELDIR include - have only one place where we specify the includes (Make_global.am) --- src/Makefile.am | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index e7d3a11..4aa79ff 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,13 +1,9 @@ - -# This is _NOT_ the library release version, it's an API version. -# Please read Chapter 6 "Library interface versions" of the libtool documentation before making any modification -LIBVERSION=1:0:0 +include $(top_srcdir)/Make_global.am #AUTOMAKE_OPTIONS = no-dependencies foreign #EXTRA_DIST = $(man_MANS) acinclude.m4 -INCLUDES = $(all_includes) -I$(top_srcdir)/include -I${KERNELDIR} AM_CFLAGS=-fPIC -Wall LIBS= -- cgit v1.2.3