From 4f545210e109d2340aa83f8e0f0da6e491b45b85 Mon Sep 17 00:00:00 2001 From: Christian Wieninger Date: Tue, 9 Mar 2010 20:12:17 +0100 Subject: include Make.global introduced in vdr-1.7.13 --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index 71ecae5..28c431c 100644 --- a/Makefile +++ b/Makefile @@ -35,6 +35,11 @@ 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 -- cgit v1.2.3