diff options
author | methodus <methodus@web.de> | 2012-11-24 17:51:02 +0100 |
---|---|---|
committer | methodus <methodus@web.de> | 2012-11-24 17:51:02 +0100 |
commit | fb59fa59688f52b6616acae6baa55883f620d30e (patch) | |
tree | 57a33d1124f934b70daa9690640aeb40b72a2ff2 /Makefile.plugins | |
parent | 50f35873ed654ef3b289859a46aeb52c59df59ee (diff) | |
download | vdr-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.plugins | 2 |
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 |