summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HISTORY1
-rw-r--r--Makefile4
2 files changed, 5 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index e0134a8..a2ae203 100644
--- a/HISTORY
+++ b/HISTORY
@@ -4,6 +4,7 @@ VDR Plugin 'text2skin' Revision History
20xx-xx-xx: Version 1.4
- Fixed some compiler warnings.
+- Makefile adjustments for VDR 1.7.13.
2009-10-06: Version 1.3
diff --git a/Makefile b/Makefile
index 564625a..da59bcc 100644
--- a/Makefile
+++ b/Makefile
@@ -39,6 +39,10 @@ VDRDIR = ../../..
LIBDIR = ../../lib
TMPDIR = /tmp
+### Make sure that necessary options are included (VDR >= 1.7.13):
+
+-include $(VDRDIR)/Make.global
+
### Allow user defined options to overwrite defaults:
-include $(VDRDIR)/Make.config