diff options
author | methodus <methodus@web.de> | 2013-04-19 22:00:56 +0200 |
---|---|---|
committer | methodus <methodus@web.de> | 2013-04-19 22:00:56 +0200 |
commit | 5fa0c9d9fab6bca8a44459f1628b60ae89760ffa (patch) | |
tree | ca17f29d43c19183ef04d635e124180e90c2ef71 /plugins/provider/fileProvider | |
parent | aa99a1555aed836d2a123a1880c55c99801ceacd (diff) | |
download | vdr-plugin-upnp-5fa0c9d9fab6bca8a44459f1628b60ae89760ffa.tar.gz vdr-plugin-upnp-5fa0c9d9fab6bca8a44459f1628b60ae89760ffa.tar.bz2 |
Applied makefile patch provided by Zoolooc. Thank you\!
Diffstat (limited to 'plugins/provider/fileProvider')
-rw-r--r-- | plugins/provider/fileProvider/Makefile | 1 |
1 files changed, 1 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 = ../../.. |