summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2010-02-28 20:27:09 +0200
committerVille Skyttä <ville.skytta@iki.fi>2010-02-28 20:27:09 +0200
commite15ee2bb5af919d2ae6b79131bdcd882fd90bce8 (patch)
treeaabf03411035cff311b0479ed7409241c1e954af
parentd1ae16e9c46724dfe3be488a81e5cff3084ded99 (diff)
downloadvdr-plugin-dxr3-e15ee2bb5af919d2ae6b79131bdcd882fd90bce8.tar.gz
vdr-plugin-dxr3-e15ee2bb5af919d2ae6b79131bdcd882fd90bce8.tar.bz2
Makefile adjustments for VDR 1.7.13.
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 220b85a..e6d9f7a 100644
--- a/Makefile
+++ b/Makefile
@@ -39,6 +39,10 @@ ALSA_LIBS = $(shell pkg-config --libs alsa)
# if em8300 headers were installed properly.
EM8300_INC =
+### 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