From 0761a89fb8ace2ffb40d1bdc26450682ec87ddb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sun, 28 Feb 2010 20:39:00 +0200 Subject: Makefile adjustments for VDR 1.7.13. --- HISTORY | 1 + Makefile | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/HISTORY b/HISTORY index ff2ca0b..2fde612 100644 --- a/HISTORY +++ b/HISTORY @@ -9,6 +9,7 @@ VDR Plugin 'osdteletext' Revision History (Thx to Manuel Reimer!) - Added command line option to enable storing TopText pages, which is now disabled by default (References #177) (Thx to Andreas Brachold!) +- Makefile adjustments for VDR 1.7.13. 2009-06-02: version 0.8.3 - Updated Ukrainian translation provided by Yarema P. aka Knedlyk (Closes #133) 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 -- cgit v1.2.3