aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mgcp
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2003-03-07 04:13:26 +0000
committerGerald Combs <gerald@wireshark.org>2003-03-07 04:13:26 +0000
commit41ab264d0a08dfdf50101b6e1a8f3860937f5d28 (patch)
tree00d8f06b03beb7b0c4de1c08a0ec895c4a5cb427 /plugins/mgcp
parentd63f5fdae323da8ea778f945194ebd6c7b59b123 (diff)
Add packet-mgcp.h to the distribution.
svn path=/trunk/; revision=7309
Diffstat (limited to 'plugins/mgcp')
-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.