summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2005-06-14 21:57:17 +0000
committerAnders Broman <anders.broman@ericsson.com>2005-06-14 21:57:17 +0000
commitbdde78acb2478dbed1bc605d9f1c67309f162fc4 (patch)
tree8494e5b9f79583e7fcaadfeb502d70893ce99ef9 /plugins
parent5e3a716014b59e13814e3a2976c38bf9425f02c3 (diff)
downloadwireshark-bdde78acb2478dbed1bc605d9f1c67309f162fc4.tar.gz
Correct a typo
svn path=/trunk/; revision=14631
Diffstat (limited to 'plugins')
-rw-r--r--plugins/giop/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/giop/Makefile.am b/plugins/giop/Makefile.am
index ff77ee6fd8..c0bcd17768 100644
--- a/plugins/giop/Makefile.am
+++ b/plugins/giop/Makefile.am
@@ -42,7 +42,7 @@ tango_la_SOURCES = packet-tango.c moduleinfo.h
tango_la_LDFLAGS = -module -avoid-version
tango_la_LIBADD = @PLUGIN_LIBS@
-parlay_la_SOURCES = packet-tango.c moduleinfo.h
+parlay_la_SOURCES = packet-parlay.c moduleinfo.h
parlay_la_LDFLAGS = -module -avoid-version
parlay_la_LIBADD = @PLUGIN_LIBS@