aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
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 /configure.in
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 'configure.in')
-rw-r--r--configure.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index ac9aa29d7f..21362b3ecc 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-# $Id: configure.in,v 1.256 2004/04/22 20:02:58 obiot Exp $
+# $Id: configure.in,v 1.257 2004/04/25 21:07:15 obiot Exp $
#
AC_INIT(etypes.h)
@@ -967,6 +967,12 @@ else
fi
AC_SUBST(plugindir)
+#
+# The plugin dissectors reside in ./plugins/PROTO/
+#
+PLUGIN_LIBS="-L../../epan -lethereal $GLIB_LIBS"
+AC_SUBST(PLUGIN_LIBS)
+
dnl libtool defs
#
# Yes, AM_PROG_LIBTOOL is redundant with newer version(s) of some tool(s)