summaryrefslogtreecommitdiff
path: root/plugins/provider
diff options
context:
space:
mode:
authormethodus <methodus@web.de>2013-04-19 22:00:56 +0200
committermethodus <methodus@web.de>2013-04-19 22:00:56 +0200
commit5fa0c9d9fab6bca8a44459f1628b60ae89760ffa (patch)
treeca17f29d43c19183ef04d635e124180e90c2ef71 /plugins/provider
parentaa99a1555aed836d2a123a1880c55c99801ceacd (diff)
downloadvdr-plugin-upnp-5fa0c9d9fab6bca8a44459f1628b60ae89760ffa.tar.gz
vdr-plugin-upnp-5fa0c9d9fab6bca8a44459f1628b60ae89760ffa.tar.bz2
Applied makefile patch provided by Zoolooc. Thank you\!
Diffstat (limited to 'plugins/provider')
-rw-r--r--plugins/provider/fileProvider/Makefile1
-rw-r--r--plugins/provider/recProvider/Makefile1
-rw-r--r--plugins/provider/vdrProvider/Makefile1
3 files changed, 3 insertions, 0 deletions
diff --git a/plugins/provider/fileProvider/Makefile b/plugins/provider/fileProvider/Makefile
index c16064a..4d8f213 100644
--- a/plugins/provider/fileProvider/Makefile
+++ b/plugins/provider/fileProvider/Makefile
@@ -9,6 +9,7 @@ CATEGORY = Provider
TARGET = $(SUBPLUGIN)-$(CATEGORY)
OBJS = $(SUBPLUGIN)$(CATEGORY).o
+DOCS = README
ROOTBUILDDIR = ../../..
diff --git a/plugins/provider/recProvider/Makefile b/plugins/provider/recProvider/Makefile
index ffef840..05a7029 100644
--- a/plugins/provider/recProvider/Makefile
+++ b/plugins/provider/recProvider/Makefile
@@ -9,6 +9,7 @@ CATEGORY = Provider
TARGET = $(SUBPLUGIN)-$(CATEGORY)
OBJS = $(SUBPLUGIN)$(CATEGORY).o
+DOCS = README
ROOTBUILDDIR = ../../..
diff --git a/plugins/provider/vdrProvider/Makefile b/plugins/provider/vdrProvider/Makefile
index 2e47793..f1fdf37 100644
--- a/plugins/provider/vdrProvider/Makefile
+++ b/plugins/provider/vdrProvider/Makefile
@@ -9,6 +9,7 @@ CATEGORY = Provider
TARGET = $(SUBPLUGIN)-$(CATEGORY)
OBJS = $(SUBPLUGIN)$(CATEGORY).o
+DOCS = README
ROOTBUILDDIR = ../../..