summaryrefslogtreecommitdiff
path: root/plugins/provider
diff options
context:
space:
mode:
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 = ../../..