From b0e2b9d4f39d5adf322280269e096c8464a8fda2 Mon Sep 17 00:00:00 2001 From: methodus Date: Fri, 12 Oct 2012 11:45:32 +0200 Subject: Third step to scan directories provided by plugable providers. --- plugins/profiler/vdrDVBProfiler/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/profiler') 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) -- cgit v1.2.3