]> git.pld-linux.org Git - packages/ntop.git/commitdiff
1a10f6e2a0437ecd53274680ddb3ebe7 ntop-am.patch
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 26 Oct 2001 21:53:27 +0000 (21:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
ee8325cd61471fdee2e29a2ae5e13db5  ntop-01-10-26.tgz

Changed files:
    ntop-am.patch -> 1.1

ntop-am.patch [new file with mode: 0644]

diff --git a/ntop-am.patch b/ntop-am.patch
new file mode 100644 (file)
index 0000000..75ab1ce
--- /dev/null
@@ -0,0 +1,55 @@
+diff -urN ntop.org/Makefile.am ntop/Makefile.am
+--- ntop.org/Makefile.am       Fri Oct 26 23:41:38 2001
++++ ntop/Makefile.am   Fri Oct 26 23:41:52 2001
+@@ -56,7 +56,7 @@
+ SUBDIRS = . @PLUGINS@ @INTOP@
+-DIST_COMMON = AUTHORS CONTENTS COPYING ChangeLog \
++DIST_COMMON_X = AUTHORS CONTENTS COPYING ChangeLog \
+               MANIFESTO NEWS PORTING  \
+               SUPPORT_NTOP.txt \
+               THANKS \
+diff -urN ntop.org/intop/Makefile.am ntop/intop/Makefile.am
+--- ntop.org/intop/Makefile.am Fri Oct 26 23:41:40 2001
++++ ntop/intop/Makefile.am     Fri Oct 26 23:44:50 2001
+@@ -24,7 +24,7 @@
+ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ #
+-DIST_COMMON = Makefile.am Makefile.in intop.1
++DIST_COMMON_X = Makefile.am Makefile.in intop.1
+ DISTCLEANFILES = logger.db ntop.db ntop_pw.db intops
+ CLEANFILES     = $(DISTCLEANFILES)
+diff -urN ntop.org/plugins/Makefile.am ntop/plugins/Makefile.am
+--- ntop.org/plugins/Makefile.am       Fri Oct 26 23:41:40 2001
++++ ntop/plugins/Makefile.am   Fri Oct 26 23:45:05 2001
+@@ -26,7 +26,7 @@
+ SUBDIRS = . #pep
+-DIST_COMMON = Makefile.am Makefile.in
++DIST_COMMON_X = Makefile.am Makefile.in
+ CLEANFILES  =
+ EXTRA_DIST  =
+diff -urN ntop.org/plugins/pep/Makefile.am ntop/plugins/pep/Makefile.am
+--- ntop.org/plugins/pep/Makefile.am   Fri Oct 26 23:41:40 2001
++++ ntop/plugins/pep/Makefile.am       Fri Oct 26 23:45:17 2001
+@@ -23,7 +23,7 @@
+ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ #
+-DIST_COMMON = Makefile.am Makefile.in
++DIST_COMMON_X = Makefile.am Makefile.in
+ CLEANFILES  =
+ EXTRA_DIST  = available.pl hosts.pl
+@@ -56,4 +56,4 @@
+ pep.so: pep.c
+ #     ${CC} -shared ${libpep_la_OBJECTS} ${PEPLIBS} -Wl,-soname -Wl,libpep.so.0 -o pep.so
+       @${CC} -shared ${libpep_la_OBJECTS} ${PEPLIBS} -o pep.so
+-      (cd .. && ln -fs pep/pep.so .)
+\ No newline at end of file
++      (cd .. && ln -fs pep/pep.so .)
This page took 0.077065 seconds and 4 git commands to generate.