aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/pcli
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/pcli')
-rw-r--r--plugins/pcli/Makefile.am7
-rw-r--r--plugins/pcli/packet-pcli.c6
2 files changed, 4 insertions, 9 deletions
diff --git a/plugins/pcli/Makefile.am b/plugins/pcli/Makefile.am
index a3d258a726..8bdc330fa0 100644
--- a/plugins/pcli/Makefile.am
+++ b/plugins/pcli/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal/Gryphon
#
-# $Id: Makefile.am,v 1.1 2002/10/03 02:56:59 hagbard Exp $
+# $Id: Makefile.am,v 1.2 2003/09/05 07:44:49 jmayer Exp $
#
# Ethereal - Network traffic analyzer
# By Steve Limkemann <stevelim@dgtech.com>
@@ -36,11 +36,6 @@ pcli_la_LDFLAGS = -module -avoid-version
# add them here.
LIBS =
-pcli_la_DEPENDENCIES = packet-pcli-static.o
-
-packet-pcli-static.o: packet-pcli.c moduleinfo.h
- $(LTCOMPILE) -c -o packet-pcli-static.o -D__ETHEREAL_STATIC__ $(srcdir)/packet-pcli.c
-
CLEANFILES = \
pcli \
*~
diff --git a/plugins/pcli/packet-pcli.c b/plugins/pcli/packet-pcli.c
index 6a0e84191a..f9c198ae1b 100644
--- a/plugins/pcli/packet-pcli.c
+++ b/plugins/pcli/packet-pcli.c
@@ -4,7 +4,7 @@
* http://www.packetcable.com/downloads/specs/pkt-sp-esp-I01-991229.pdf
* Chapter 4 ( Call Content Connection Interface )
*
- * $Id: packet-pcli.c,v 1.7 2003/02/25 18:43:38 guy Exp $
+ * $Id: packet-pcli.c,v 1.8 2003/09/05 07:44:50 jmayer Exp $
*
* Copyright (c) 2000 by Ed Warnicke <hagbard@physics.rutgers.edu>
*
@@ -52,7 +52,7 @@
/* Define version if we are not building ethereal statically */
-#ifndef __ETHEREAL_STATIC__
+#ifndef ENABLE_STATIC
G_MODULE_EXPORT const gchar version[] = VERSION;
#endif
@@ -177,7 +177,7 @@ proto_reg_handoff_pcli(void) {
/* Start the functions we need for the plugin stuff */
-#ifndef __ETHEREAL_STATIC__
+#ifndef ENABLE_STATIC
G_MODULE_EXPORT void
plugin_reg_handoff(void){