aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-05-30 19:51:54 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-05-30 19:51:54 +0000
commit224daf8cd40d64342ae5bff607943cfe0b334140 (patch)
treeb10d6e88a0ba03d86706e9d060a0897ae7d11e4f /plugins
parent9d6d0cf275185710621a711f92c0a635ed6e4bb4 (diff)
Forgot to change the name to giop
svn path=/trunk/; revision=42927
Diffstat (limited to 'plugins')
-rw-r--r--plugins/giop/Makefile.am14
1 files changed, 6 insertions, 8 deletions
diff --git a/plugins/giop/Makefile.am b/plugins/giop/Makefile.am
index 0ea3e7f5e6..ee1962da42 100644
--- a/plugins/giop/Makefile.am
+++ b/plugins/giop/Makefile.am
@@ -1,7 +1,5 @@
# Makefile.am
-# Automake file for Gryphon plugin
-# By Steve Limkemann <stevelim@dgtech.com>
-# Copyright 1998 Steve Limkemann
+# Automake file for Giop plugins
#
# $Id$
#
@@ -34,15 +32,15 @@ endif
plugindir = @plugindir@
-plugin_LTLIBRARIES = gryphon.la
-gryphon_la_SOURCES = \
+plugin_LTLIBRARIES = giop.la
+giop_la_SOURCES = \
plugin.c \
moduleinfo.h \
$(DISSECTOR_SRC) \
$(DISSECTOR_SUPPORT_SRC) \
$(DISSECTOR_INCLUDES)
-gryphon_la_LDFLAGS = -module -avoid-version
-gryphon_la_LIBADD = @PLUGIN_LIBS@
+giop_la_LDFLAGS = -module -avoid-version
+giop_la_LIBADD = @PLUGIN_LIBS@
# Libs must be cleared, or else libtool won't create a shared module.
# If your module needs to be linked against any particular libraries,
@@ -113,7 +111,7 @@ plugin.c: $(DISSECTOR_SRC) $(top_srcdir)/tools/make-dissector-reg \
# @rm -f $(distdir)/plugin.c
CLEANFILES = \
- gryphon \
+ giop \
*~
MAINTAINERCLEANFILES = \