diff options
author | methodus <methodus@web.de> | 2012-10-12 11:45:32 +0200 |
---|---|---|
committer | methodus <methodus@web.de> | 2012-10-12 11:45:32 +0200 |
commit | b0e2b9d4f39d5adf322280269e096c8464a8fda2 (patch) | |
tree | 5b51495008d95d18e90973b898f6a01b55273fb2 /plugins/profiler/vdrDVBProfiler | |
parent | 350f2dc11ffb88ff3310987ed4a103229a3c82d3 (diff) | |
download | vdr-plugin-upnp-b0e2b9d4f39d5adf322280269e096c8464a8fda2.tar.gz vdr-plugin-upnp-b0e2b9d4f39d5adf322280269e096c8464a8fda2.tar.bz2 |
Third step to scan directories provided by plugable providers.
Diffstat (limited to 'plugins/profiler/vdrDVBProfiler')
-rw-r--r-- | plugins/profiler/vdrDVBProfiler/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/profiler/vdrDVBProfiler/Makefile b/plugins/profiler/vdrDVBProfiler/Makefile index e779d3d..7ff813f 100644 --- a/plugins/profiler/vdrDVBProfiler/Makefile +++ b/plugins/profiler/vdrDVBProfiler/Makefile @@ -20,7 +20,7 @@ CXX ?= g++ CXXFLAGS ?= -g -O3 -Wall -Werror=overloaded-virtual -Wno-parentheses -fPIC UPNPDIR ?= ../../.. -VDRLIBDIR = $(UPNPDIR)/../../lib +VDRLIBDIR ?= $(UPNPDIR)/../../lib APIVERSION = $(shell sed -ne '/define UPNPPLUGIN_VERSION/s/^.*"\(.*\)".*$$/\1/p' $(UPNPDIR)/include/plugin.h) @@ -48,7 +48,7 @@ $(DEPFILE): Makefile -include $(DEPFILE) -libupnp-$(PROFILE)-provider.so: $(OBJS) +libupnp-$(PROFILE)-profiler.so: $(OBJS) $(CXX) $(CXXFLAGS) $(LDFLAGS) -shared $(OBJS) $(LIBS) -o $@ @cp --remove-destination $@ $@.$(APIVERSION) |