summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2010-02-28 20:39:00 +0200
committerVille Skyttä <ville.skytta@iki.fi>2010-02-28 20:39:00 +0200
commit0761a89fb8ace2ffb40d1bdc26450682ec87ddb4 (patch)
tree5a8273b6ae88857dfd8636f20e4ee34f2485151b /Makefile
parent3a2b76bf841cd6efe528f53df0eae735381eb7c6 (diff)
downloadvdr-plugin-osdteletext-0761a89fb8ace2ffb40d1bdc26450682ec87ddb4.tar.gz
vdr-plugin-osdteletext-0761a89fb8ace2ffb40d1bdc26450682ec87ddb4.tar.bz2
Makefile adjustments for VDR 1.7.13.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0e1fc79..104d0fd 100644
--- a/Makefile
+++ b/Makefile
@@ -24,6 +24,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