aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/mgcp/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/mgcp/Makefile.am b/plugins/mgcp/Makefile.am
index 25f3b99d35..ee47098c76 100644
--- a/plugins/mgcp/Makefile.am
+++ b/plugins/mgcp/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
-# Automake file for Ethereal/Gryphon
+# Automake file for Ethereal/MGCP
#
-# $Id: Makefile.am,v 1.5 2002/07/06 20:40:48 guy Exp $
+# $Id: Makefile.am,v 1.6 2003/03/07 04:13:26 gerald Exp $
#
# Ethereal - Network traffic analyzer
# By Steve Limkemann <stevelim@dgtech.com>
@@ -28,7 +28,7 @@ INCLUDES = -I$(top_srcdir)
plugindir = @plugindir@
plugin_LTLIBRARIES = mgcp.la
-mgcp_la_SOURCES = packet-mgcp.c moduleinfo.h
+mgcp_la_SOURCES = packet-mgcp.c packet-mgcp.h moduleinfo.h
mgcp_la_LDFLAGS = -module -avoid-version
# Libs must be cleared, or else libtool won't create a shared module.