diff options
author | Antti Ajanki <antti.ajanki@iki.fi> | 2010-09-14 21:01:03 +0300 |
---|---|---|
committer | Antti Ajanki <antti.ajanki@iki.fi> | 2010-09-14 21:01:03 +0300 |
commit | 80bcd36324f130b3462949a58ce1389984e04376 (patch) | |
tree | aa0fef82a4ba65430e17ee2f3d1bc2ca4d8415ac /src | |
parent | 5e0a4cf8e5a55d6dc91af4d5caa4e4292b5079ca (diff) | |
download | vdr-plugin-webvideo-80bcd36324f130b3462949a58ce1389984e04376.tar.gz vdr-plugin-webvideo-80bcd36324f130b3462949a58ce1389984e04376.tar.bz2 |
include Make.global
Diffstat (limited to 'src')
-rw-r--r-- | src/vdr-plugin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vdr-plugin/Makefile b/src/vdr-plugin/Makefile index ccc5641..04ed962 100644 --- a/src/vdr-plugin/Makefile +++ b/src/vdr-plugin/Makefile @@ -32,6 +32,7 @@ LIBS = `xml2-config --libs` -L../libwebvi -lwebvi ### Allow user defined options to overwrite defaults: +-include $(VDRDIR)/Make.global -include $(VDRDIR)/Make.config ### The version number of VDR's plugin API (taken from VDR's "config.h"): |