22 lines
768 B
Diff
22 lines
768 B
Diff
|
diff -urN nufw-2.2.11/Makefile.am nufw-2.2.11.new/Makefile.am
|
||
|
--- nufw-2.2.11/Makefile.am 2007-12-08 12:08:50.000000000 +0100
|
||
|
+++ nufw-2.2.11.new/Makefile.am 2008-02-05 12:10:08.000000000 +0100
|
||
|
@@ -1,4 +1,4 @@
|
||
|
-SUBDIRS = src scripts doc tests
|
||
|
+SUBDIRS = src scripts
|
||
|
|
||
|
EXTRA_DIST = conf doc patches python debian autogen.sh
|
||
|
|
||
|
diff -urN nufw-2.2.11/Makefile.in nufw-2.2.11.new/Makefile.in
|
||
|
--- nufw-2.2.11/Makefile.in 2008-01-08 22:35:41.000000000 +0100
|
||
|
+++ nufw-2.2.11.new/Makefile.in 2008-02-05 12:09:47.000000000 +0100
|
||
|
@@ -234,7 +234,7 @@
|
||
|
sharedstatedir = @sharedstatedir@
|
||
|
sysconfdir = @sysconfdir@
|
||
|
target_alias = @target_alias@
|
||
|
-SUBDIRS = src scripts doc tests
|
||
|
+SUBDIRS = src scripts
|
||
|
EXTRA_DIST = conf doc patches python debian autogen.sh
|
||
|
all: all-recursive
|
||
|
|