aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/giop
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2005-06-14 21:57:17 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2005-06-14 21:57:17 +0000
commit395b1f8a9c19580460af80ac69e95009da82f2a2 (patch)
tree8494e5b9f79583e7fcaadfeb502d70893ce99ef9 /plugins/giop
parent46fa3574d81a6f435721ce36924fa2903c4e9e3b (diff)
Correct a typo
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14631 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'plugins/giop')
-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@