summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2010-02-28 20:16:15 +0200
committerVille Skyttä <ville.skytta@iki.fi>2010-02-28 20:16:15 +0200
commit2f2f56393e11c2b17cbbfd5298e4a21579109b39 (patch)
tree8aacf245fe3f998cce311b693dc3ecc2ee22acf6
parentb051099309a20b7d673c57a3d505042c3172a124 (diff)
downloadvdr-plugin-ttxtsubs-2f2f56393e11c2b17cbbfd5298e4a21579109b39.tar.gz
vdr-plugin-ttxtsubs-2f2f56393e11c2b17cbbfd5298e4a21579109b39.tar.bz2
Makefile adjustments for VDR 1.7.13.
-rw-r--r--HISTORY1
-rw-r--r--Makefile4
2 files changed, 5 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 2e97d8f..15c5971 100644
--- a/HISTORY
+++ b/HISTORY
@@ -7,6 +7,7 @@ VDR Plugin 'ttxtsubs' Revision History
- Trigger OSD update when an empty page is sent (making the previous subtitle
disappear) (Closes #275)
- French translation updated by Michaël Nival (Closes #278)
+- Makefile adjustments for VDR 1.7.13.
2010-02-27: Version 0.2.0
- Add Ukrainian translation by Yarema aka Knedlyk (Closes #130)
diff --git a/Makefile b/Makefile
index 70c5ddd..f879562 100644
--- a/Makefile
+++ b/Makefile
@@ -25,6 +25,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