diff options
| author | Jochen Dolze <vdr@dolze.de> | 2010-12-31 15:43:27 +0100 |
|---|---|---|
| committer | Jochen Dolze <vdr@dolze.de> | 2010-12-31 15:43:27 +0100 |
| commit | b4a5cef7ea681eb9b65970621835852288ada66a (patch) | |
| tree | 04345a335cc50cc5dce63be40439d74377344c8a /plugin/Makefile | |
| parent | 7d1b36ca302918381159d2e7bb4453f14fe04609 (diff) | |
| download | vdr-plugin-markad-b4a5cef7ea681eb9b65970621835852288ada66a.tar.gz vdr-plugin-markad-b4a5cef7ea681eb9b65970621835852288ada66a.tar.bz2 | |
Added Make.global to plugin makefile
Changed URL in README
Diffstat (limited to 'plugin/Makefile')
| -rw-r--r-- | plugin/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
