aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/asn1
diff options
context:
space:
mode:
authorobiot <obiot@f5534014-38df-0310-8fa8-9805f1628bb7>2004-04-25 21:10:20 +0000
committerobiot <obiot@f5534014-38df-0310-8fa8-9805f1628bb7>2004-04-25 21:10:20 +0000
commitefcadf2ee6195dc50358058115a75f8be7cfee95 (patch)
tree1bf848ee0310af83e7b0d82e80d10e960090c5c3 /plugins/asn1
parent81a40ac88bbc1e353bd477054e5378c002d1008b (diff)
Replace the plugin linkage libs into PLUGIN_LIBS which is generated from the
top-level configure.in when running configure. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10699 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'plugins/asn1')
-rw-r--r--plugins/asn1/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/asn1/Makefile.am b/plugins/asn1/Makefile.am
index 437cd697ff..a29e7eae05 100644
--- a/plugins/asn1/Makefile.am
+++ b/plugins/asn1/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal/asn1
#
-# $Id: Makefile.am,v 1.5 2004/04/14 22:13:23 obiot Exp $
+# $Id: Makefile.am,v 1.6 2004/04/25 21:07:16 obiot Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -29,7 +29,7 @@ plugindir = @plugindir@
plugin_LTLIBRARIES = asn1.la
asn1_la_SOURCES = packet-asn1.c moduleinfo.h
asn1_la_LDFLAGS = -module -avoid-version
-asn1_la_LIBADD = -L../../epan -lethereal @GLIB_LIBS@
+asn1_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,