aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/asn1
diff options
context:
space:
mode:
authorOlivier Biot <obiot.ethereal@gmail.com>2004-04-25 21:10:20 +0000
committerOlivier Biot <obiot.ethereal@gmail.com>2004-04-25 21:10:20 +0000
commit93751c8e3248c8f34d1c59b6a4b4ad94e85e655d (patch)
tree1bf848ee0310af83e7b0d82e80d10e960090c5c3 /plugins/asn1
parent8300516bcb2bd8fb71bb59122c7223818a2facf9 (diff)
Replace the plugin linkage libs into PLUGIN_LIBS which is generated from the
top-level configure.in when running configure. svn path=/trunk/; revision=10699
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,