diff options
author | Luis Ontanon <luis.ontanon@gmail.com> | 2005-06-13 08:47:24 +0000 |
---|---|---|
committer | Luis Ontanon <luis.ontanon@gmail.com> | 2005-06-13 08:47:24 +0000 |
commit | 589035eac002456f5b3d711e630aee912ade0ec4 (patch) | |
tree | e7c927f1b66aa9d85ab84c30ca013db4b811bf11 /plugins | |
parent | 6e78d98561f7d96ac44043c04b8eb055fe7be826 (diff) | |
download | wireshark-589035eac002456f5b3d711e630aee912ade0ec4.tar.gz wireshark-589035eac002456f5b3d711e630aee912ade0ec4.tar.bz2 wireshark-589035eac002456f5b3d711e630aee912ade0ec4.zip |
Add the missing parlay.la to the makefile
svn path=/trunk/; revision=14619
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/giop/Makefile.am | 2 |
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@ |