diff options
author | rofafor <rofafor> | 2010-03-07 17:27:14 +0000 |
---|---|---|
committer | rofafor <rofafor> | 2010-03-07 17:27:14 +0000 |
commit | e78a5905d958450d6da3dde9b4352d9fbfe930ec (patch) | |
tree | 7094b598076102e845f9edb9c4a88cf815b9bab2 | |
parent | 88cff51d314dc5a2c9eac93b163863bd3123c223 (diff) | |
download | xineliboutput-e78a5905d958450d6da3dde9b4352d9fbfe930ec.tar.gz xineliboutput-e78a5905d958450d6da3dde9b4352d9fbfe930ec.tar.bz2 |
Added support for Make.global.
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,7 +4,7 @@ # See the main source file 'xineliboutput.c' for copyright information and # how to reach the author. # -# $Id: Makefile,v 1.87 2010-01-26 11:38:10 phintuka Exp $ +# $Id: Makefile,v 1.88 2010-03-07 17:27:14 rofafor Exp $ # # The official name of this plugin. @@ -74,6 +74,7 @@ VDRINCDIR ?= $(VDRDIR)/include ### Allow user defined options to overwrite defaults: ### +-include $(VDRDIR)/Make.global -include $(VDRDIR)/Make.config -include Make.config |