aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
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 /configure.in
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 '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)