From fb59fa59688f52b6616acae6baa55883f620d30e Mon Sep 17 00:00:00 2001 From: methodus Date: Sat, 24 Nov 2012 17:51:02 +0100 Subject: Improved plugin loader. This makes linking of the upnp plugin from sub plugins obsolete. --- Makefile.plugins | 2 -- 1 file changed, 2 deletions(-) (limited to 'Makefile.plugins') 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 -- cgit v1.2.3