[netfilter-cvslog] r4519 - in trunk/libnetfilter_log: . src utils

laforge at netfilter.org laforge at netfilter.org
Mon Nov 14 17:00:44 CET 2005


Author: laforge at netfilter.org
Date: 2005-11-14 17:00:43 +0100 (Mon, 14 Nov 2005)
New Revision: 4519

Modified:
   trunk/libnetfilter_log/Makefile.am
   trunk/libnetfilter_log/src/Makefile.am
   trunk/libnetfilter_log/utils/Makefile.am
Log:
remove all references to KERNELDIR


Modified: trunk/libnetfilter_log/Makefile.am
===================================================================
--- trunk/libnetfilter_log/Makefile.am	2005-11-14 15:55:44 UTC (rev 4518)
+++ trunk/libnetfilter_log/Makefile.am	2005-11-14 16:00:43 UTC (rev 4519)
@@ -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
 

Modified: trunk/libnetfilter_log/src/Makefile.am
===================================================================
--- trunk/libnetfilter_log/src/Makefile.am	2005-11-14 15:55:44 UTC (rev 4518)
+++ trunk/libnetfilter_log/src/Makefile.am	2005-11-14 16:00:43 UTC (rev 4519)
@@ -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=
 

Modified: trunk/libnetfilter_log/utils/Makefile.am
===================================================================
--- trunk/libnetfilter_log/utils/Makefile.am	2005-11-14 15:55:44 UTC (rev 4518)
+++ trunk/libnetfilter_log/utils/Makefile.am	2005-11-14 16:00:43 UTC (rev 4519)
@@ -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
 




More information about the netfilter-cvslog mailing list