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/provider/recProvider/Makefile | |
parent | 5093394ed0e8d4124709432fac420907a8d97c93 (diff) | |
download | vdr-plugin-upnp-1868f2796534c293a302f043448a05a2d3dae5b7.tar.gz vdr-plugin-upnp-1868f2796534c293a302f043448a05a2d3dae5b7.tar.bz2 |
Rearraged makefiles
Diffstat (limited to 'plugins/provider/recProvider/Makefile')
-rw-r--r-- | plugins/provider/recProvider/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/provider/recProvider/Makefile b/plugins/provider/recProvider/Makefile index 95f8f41..5de3337 100644 --- a/plugins/provider/recProvider/Makefile +++ b/plugins/provider/recProvider/Makefile @@ -16,14 +16,9 @@ VERSION = $(shell grep 'static const char \*VERSION *=' $(SCHEMA)Provider.cpp | ### The C++ compiler and options: -CXX ?= g++ -CXXFLAGS ?= -g -O3 -Wall -Werror=overloaded-virtual -Wno-parentheses -fPIC - UPNPDIR ?= ../../.. VDRLIBDIR ?= $(UPNPDIR)/../../lib -APIVERSION = $(shell sed -ne '/define UPNPPLUGIN_VERSION/s/^.*"\(.*\)".*$$/\1/p' $(UPNPDIR)/include/plugin.h) - VDRDIR ?= $(UPNPDIR)/../../.. VDRAPIVERSION = $(shell sed -ne '/define APIVERSION/s/^.*"\(.*\)".*$$/\1/p' $(VDRDIR)/config.h) |