summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
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