aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlego <lego@f5534014-38df-0310-8fa8-9805f1628bb7>2005-06-13 08:47:24 +0000
committerlego <lego@f5534014-38df-0310-8fa8-9805f1628bb7>2005-06-13 08:47:24 +0000
commit1d1f051291c766c825ee4de911dc8cbc4d141b0b (patch)
treee7c927f1b66aa9d85ab84c30ca013db4b811bf11
parent8c1d30d22f63a00bf9ebf9698205d7fa7a4eb449 (diff)
Add the missing parlay.la to the makefile
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14619 f5534014-38df-0310-8fa8-9805f1628bb7
-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 ba18c74a2e..ff77ee6fd8 100644
--- a/plugins/giop/Makefile.am
+++ b/plugins/giop/Makefile.am
@@ -29,7 +29,7 @@ INCLUDES = -I$(top_srcdir)
plugindir = @plugindir@
-plugin_LTLIBRARIES = cosnaming.la coseventcomm.la tango.la
+plugin_LTLIBRARIES = cosnaming.la coseventcomm.la tango.la parlay.la
cosnaming_la_SOURCES = packet-cosnaming.c moduleinfo.h
cosnaming_la_LDFLAGS = -module -avoid-version
cosnaming_la_LIBADD = @PLUGIN_LIBS@