aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2005-02-24 07:23:18 +0000
committerJörg Mayer <jmayer@loplof.de>2005-02-24 07:23:18 +0000
commitdedcc5cc2dc66842c76569a8e38d5b69b97f0d26 (patch)
treeb2059629601fdc190bf5ced872431db7a13fe9a8 /Makefile.am
parent761804b15eaabbd0f0771c81253367694042380d (diff)
Preliminary cleanup of static plugin linking
svn path=/trunk/; revision=13496
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 8c76b4138c..d01ae5a804 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -115,7 +115,9 @@ plugin_libs = \
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 \