Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Ethereal-dev: [Ethereal-dev] Plugins vs static linking: testers needed

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Joerg Mayer <jmayer@xxxxxxxxx>
Date: Sun, 20 Feb 2005 05:43:22 +0100
We are currently maintaining different lists for linking plugins, depending
on whether we are linking statically or dynamically. I've just created a
small and lazy patch that should rid us of this annoyance. I'm not yet
committing it as this kind of autofoo magic has gone wrong in the past.

So: Please test (I can only test on Suse 9.2 Linux on i586)

Thanks
    Joerg

-- 
Joerg Mayer                                           <jmayer@xxxxxxxxx>
We are stuck with technology when what we really want is just stuff that
works. Some say that should read Microsoft instead of technology.
Index: Makefile.am
===================================================================
--- Makefile.am	(revision 13435)
+++ Makefile.am	(working copy)
@@ -115,7 +115,9 @@
 	plugins/v5ua/v5ua.la
 
 if ENABLE_STATIC
-plugin_ldadd = \
+plugin_ldadd = $(plugin_libs)
+
+dummyddd = \
 	plugins/acn/packet-acn.o \
 	plugins/agentx/packet-agentx.o \
 	plugins/artnet/packet-artnet.o \