]> git.pld-linux.org Git - packages/ntop.git/blame - ntop-am.patch
- deleted, errous name,
[packages/ntop.git] / ntop-am.patch
CommitLineData
7002f2f2
AM
1diff -urN ntop.org/Makefile.am ntop/Makefile.am
2--- ntop.org/Makefile.am Fri Oct 26 23:41:38 2001
3+++ ntop/Makefile.am Fri Oct 26 23:41:52 2001
4@@ -56,7 +56,7 @@
5
6 SUBDIRS = . @PLUGINS@ @INTOP@
7
8-DIST_COMMON = AUTHORS CONTENTS COPYING ChangeLog \
9+DIST_COMMON_X = AUTHORS CONTENTS COPYING ChangeLog \
10 MANIFESTO NEWS PORTING \
11 SUPPORT_NTOP.txt \
12 THANKS \
13diff -urN ntop.org/intop/Makefile.am ntop/intop/Makefile.am
14--- ntop.org/intop/Makefile.am Fri Oct 26 23:41:40 2001
15+++ ntop/intop/Makefile.am Fri Oct 26 23:44:50 2001
16@@ -24,7 +24,7 @@
17 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
18 #
19
20-DIST_COMMON = Makefile.am Makefile.in intop.1
21+DIST_COMMON_X = Makefile.am Makefile.in intop.1
22
23 DISTCLEANFILES = logger.db ntop.db ntop_pw.db intops
24 CLEANFILES = $(DISTCLEANFILES)
25diff -urN ntop.org/plugins/Makefile.am ntop/plugins/Makefile.am
26--- ntop.org/plugins/Makefile.am Fri Oct 26 23:41:40 2001
27+++ ntop/plugins/Makefile.am Fri Oct 26 23:45:05 2001
28@@ -26,7 +26,7 @@
29
30 SUBDIRS = . #pep
31
32-DIST_COMMON = Makefile.am Makefile.in
33+DIST_COMMON_X = Makefile.am Makefile.in
34 CLEANFILES =
35 EXTRA_DIST =
36
37diff -urN ntop.org/plugins/pep/Makefile.am ntop/plugins/pep/Makefile.am
38--- ntop.org/plugins/pep/Makefile.am Fri Oct 26 23:41:40 2001
39+++ ntop/plugins/pep/Makefile.am Fri Oct 26 23:45:17 2001
40@@ -23,7 +23,7 @@
41 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
42 #
43
44-DIST_COMMON = Makefile.am Makefile.in
45+DIST_COMMON_X = Makefile.am Makefile.in
46 CLEANFILES =
47 EXTRA_DIST = available.pl hosts.pl
48
49@@ -56,4 +56,4 @@
50 pep.so: pep.c
51 # ${CC} -shared ${libpep_la_OBJECTS} ${PEPLIBS} -Wl,-soname -Wl,libpep.so.0 -o pep.so
52 @${CC} -shared ${libpep_la_OBJECTS} ${PEPLIBS} -o pep.so
53- (cd .. && ln -fs pep/pep.so .)
54\ No newline at end of file
55+ (cd .. && ln -fs pep/pep.so .)
This page took 0.097539 seconds and 4 git commands to generate.