aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorEd Warnicke <hagbard@physics.rutgers.edu>2001-07-10 13:18:43 +0000
committerEd Warnicke <hagbard@physics.rutgers.edu>2001-07-10 13:18:43 +0000
commit188717373e36d79070083f74ef53a140e3a365b7 (patch)
tree8229339a71c7c965715b4b025a09d601d0e58d56 /doc
parent9e6250e3368a19717012b014d82df1d6ecccfdb2 (diff)
Fixed the make dist problem.
svn path=/trunk/; revision=3676
Diffstat (limited to 'doc')
-rw-r--r--doc/README.plugins4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/README.plugins b/doc/README.plugins
index ebb336a7b0..de23834847 100644
--- a/doc/README.plugins
+++ b/doc/README.plugins
@@ -1,4 +1,4 @@
-$Id: README.plugins,v 1.1 2001/07/10 01:22:58 hagbard Exp $
+$Id: README.plugins,v 1.2 2001/07/10 13:18:41 hagbard Exp $
Plugins
@@ -121,7 +121,7 @@ LIBS =
# The following allows a non-plugin version of the module to be built to
# be linked with a static ethereal binary.
#
-noinst_PROGRAMS = packet-xxx-static.o
+xxx_la_DEPENDENCIES = packet-xxx-static.o
packet-xxx-static.o: packet-xxx.c moduleinfo.h
$(LTCOMPILE) -c -o packet-xxx-static.o -D__ETHEREAL_STATIC__ $(srcdir)/packet-xxx.c