[netfilter-cvslog] r3876 - trunk/libnfnetlink

laforge at netfilter.org laforge at netfilter.org
Sat Apr 16 15:28:42 CEST 2005


Author: laforge at netfilter.org
Date: 2005-04-16 15:28:42 +0200 (Sat, 16 Apr 2005)
New Revision: 3876

Modified:
   trunk/libnfnetlink/Makefile.in
Log:
new automake/autoconf


Modified: trunk/libnfnetlink/Makefile.in
===================================================================
--- trunk/libnfnetlink/Makefile.in	2005-04-16 13:28:20 UTC (rev 3875)
+++ trunk/libnfnetlink/Makefile.in	2005-04-16 13:28:42 UTC (rev 3876)
@@ -1,6 +1,6 @@
-# Makefile.in generated automatically by automake 1.4-p4 from Makefile.am
+# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
 
-# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
+# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
@@ -81,7 +81,7 @@
 
 man_MANS = #nfnetlink.3 nfnetlink.7
 
-INCLUDES = -I../include
+INCLUDES = -I../include -I/lib/modules/$(shell (uname -r))/build/include
 CFLAGS = -fPIC -Wall
 LIBS = 
 
@@ -92,7 +92,7 @@
 
 include_HEADERS = libnfnetlink.h 
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 CONFIG_CLEAN_FILES = 
 LTLIBRARIES =  $(lib_LTLIBRARIES)
 
@@ -111,8 +111,9 @@
 NROFF = nroff
 HEADERS =  $(include_HEADERS)
 
-DIST_COMMON =  README Makefile.am Makefile.in aclocal.m4 configure \
-configure.in
+DIST_COMMON =  README Makefile.am Makefile.in aclocal.m4 config.guess \
+config.sub configure configure.in install-sh ltmain.sh missing \
+mkinstalldirs
 
 
 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
@@ -135,7 +136,7 @@
 $(ACLOCAL_M4):  configure.in 
 	cd $(srcdir) && $(ACLOCAL)
 
-config.status: $(srcdir)/configure.in $(CONFIG_STATUS_DEPENDENCIES)
+config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 	$(SHELL) ./config.status --recheck
 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
 	cd $(srcdir) && $(AUTOCONF)
@@ -251,7 +252,7 @@
 	  awk '    { files[$$0] = 1; } \
 	       END { for (i in files) print i; }'`; \
 	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
-	  || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
+	  || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags  $$unique $(LISP))
 
 mostlyclean-tags:
 




More information about the netfilter-cvslog mailing list