summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2010-12-31 15:43:27 +0100
committerJochen Dolze <vdr@dolze.de>2010-12-31 15:43:27 +0100
commitb4a5cef7ea681eb9b65970621835852288ada66a (patch)
tree04345a335cc50cc5dce63be40439d74377344c8a
parent7d1b36ca302918381159d2e7bb4453f14fe04609 (diff)
downloadvdr-plugin-markad-b4a5cef7ea681eb9b65970621835852288ada66a.tar.gz
vdr-plugin-markad-b4a5cef7ea681eb9b65970621835852288ada66a.tar.bz2
Added Make.global to plugin makefile
Changed URL in README
-rw-r--r--README2
-rw-r--r--plugin/Makefile4
2 files changed, 5 insertions, 1 deletions
diff --git a/README b/README
index 8a2235e..6812483 100644
--- a/README
+++ b/README
@@ -4,7 +4,7 @@ Written by: Jochen Dolze <vdr@dolze.de>
Project's homepage: http://projects.vdr-developer.org/projects/show/plg-markad
-Latest version available at: http://projects.vdr-developer.org/projects/list_files/plg-markad
+Latest version available at: http://projects.vdr-developer.org/projects/plg-markad/files
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/plugin/Makefile b/plugin/Makefile
index 9a2ffde..f02ab0b 100644
--- a/plugin/Makefile
+++ b/plugin/Makefile
@@ -25,6 +25,10 @@ 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