aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mgcp
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 /plugins/mgcp
parent9e6250e3368a19717012b014d82df1d6ecccfdb2 (diff)
Fixed the make dist problem.
svn path=/trunk/; revision=3676
Diffstat (limited to 'plugins/mgcp')
-rw-r--r--plugins/mgcp/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/mgcp/Makefile.am b/plugins/mgcp/Makefile.am
index 84d557312e..63e2132a8b 100644
--- a/plugins/mgcp/Makefile.am
+++ b/plugins/mgcp/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal/Gryphon
#
-# $Id: Makefile.am,v 1.3 2001/07/09 13:21:02 girlich Exp $
+# $Id: Makefile.am,v 1.4 2001/07/10 13:18:43 hagbard Exp $
#
# Ethereal - Network traffic analyzer
# By Steve Limkemann <stevelim@dgtech.com>
@@ -36,7 +36,7 @@ mgcp_la_LDFLAGS = -module -avoid-version
# add them here.
LIBS =
-noinst_PROGRAMS = packet-mgcp-static.o
+mgcp_la_DEPENDENCIES = packet-mgcp-static.o
packet-mgcp-static.o: packet-mgcp.c moduleinfo.h
$(LTCOMPILE) -c -o packet-mgcp-static.o -D__ETHEREAL_STATIC__ $(srcdir)/packet-mgcp.c