summaryrefslogtreecommitdiff
path: root/Makefile.plugins
diff options
context:
space:
mode:
authormethodus <methodus@web.de>2012-11-24 17:51:02 +0100
committermethodus <methodus@web.de>2012-11-24 17:51:02 +0100
commitfb59fa59688f52b6616acae6baa55883f620d30e (patch)
tree57a33d1124f934b70daa9690640aeb40b72a2ff2 /Makefile.plugins
parent50f35873ed654ef3b289859a46aeb52c59df59ee (diff)
downloadvdr-plugin-upnp-fb59fa59688f52b6616acae6baa55883f620d30e.tar.gz
vdr-plugin-upnp-fb59fa59688f52b6616acae6baa55883f620d30e.tar.bz2
Improved plugin loader. This makes linking of the upnp plugin from sub plugins obsolete.
Diffstat (limited to 'Makefile.plugins')
-rw-r--r--Makefile.plugins2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.plugins b/Makefile.plugins
index 34de307..595acfc 100644
--- a/Makefile.plugins
+++ b/Makefile.plugins
@@ -30,8 +30,6 @@ SUBPLUGVERSION = $(shell grep 'static const char \*VERSION *=' $(SUBPLUGIN)$(CAT
DEFINES += -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
-LIBS += -L$(LIBDIR) -Wl,-R$(LIBDIR) $(VDRPLUGINLIBDIR)/libvdr-upnp.so.$(APIVERSION)
-
# Dependencies:
MAKEDEP = g++ -MM -MG