diff options
author | methodus <methodus@web.de> | 2012-10-22 16:55:42 +0200 |
---|---|---|
committer | methodus <methodus@web.de> | 2012-10-22 16:55:42 +0200 |
commit | 1868f2796534c293a302f043448a05a2d3dae5b7 (patch) | |
tree | 7184a61083f18f2d3d285b36b85cf01357210589 /plugins/profiler | |
parent | 5093394ed0e8d4124709432fac420907a8d97c93 (diff) | |
download | vdr-plugin-upnp-1868f2796534c293a302f043448a05a2d3dae5b7.tar.gz vdr-plugin-upnp-1868f2796534c293a302f043448a05a2d3dae5b7.tar.bz2 |
Rearraged makefiles
Diffstat (limited to 'plugins/profiler')
-rw-r--r-- | plugins/profiler/vdrDVBProfiler/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/profiler/vdrDVBProfiler/Makefile b/plugins/profiler/vdrDVBProfiler/Makefile index 879edb2..d625cb2 100644 --- a/plugins/profiler/vdrDVBProfiler/Makefile +++ b/plugins/profiler/vdrDVBProfiler/Makefile @@ -53,7 +53,7 @@ $(DEPFILE): Makefile libupnp-$(PROFILE)-profiler.so: $(OBJS) $(CXX) $(CXXFLAGS) $(LDFLAGS) -shared $(OBJS) $(LIBS) -o $@ - @cp --remove-destination $@ $@.$(APIVERSION) + @cp --remove-destination $@ $(VDRLIBDIR)/$@.$(APIVERSION) clean: @-rm -f $(OBJS) $(DEPFILE) *.so *.so.$(APIVERSION) core* *~ |