summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndreas Mair <andreas@vdr-developer.org>2010-05-29 16:49:55 +0200
committerAndreas Mair <andreas@vdr-developer.org>2010-05-29 16:49:55 +0200
commit1fda8cf45d61fac1d03a7381625f73e8e8909e4b (patch)
tree4911b0cb3844df49abdd4c3c9d13801a4a9ce717 /Makefile
parent916da87bf4b739215aa921cda97a36b816e5ba41 (diff)
downloadvdr-plugin-extrecmenu-1fda8cf45d61fac1d03a7381625f73e8e8909e4b.tar.gz
vdr-plugin-extrecmenu-1fda8cf45d61fac1d03a7381625f73e8e8909e4b.tar.bz2
Version 1.2-test1-am3v1.2-test1-am3
- Support new reccmds.conf file as introduced in VDR v1.7.12. - Edit lifetime and priority only for PES recordings. - include Make.global.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8a25a19..1ceb24c 100644
--- a/Makefile
+++ b/Makefile
@@ -26,6 +26,10 @@ VDRDIR = ../../..
LIBDIR = ../../lib
TMPDIR = /tmp
+### Make sure that necessary options are included:
+
+-include $(VDRDIR)/Make.global
+
### Allow user defined options to overwrite defaults:
-include $(VDRDIR)/Make.config