From acbe56f6d0c29fb39b810600dbaaa83bc44c8538 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Fri, 28 Dec 2012 10:09:41 +0100 Subject: Plugin Makefiles can now include a configuration file for compile time parameters --- Make.config.template | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Make.config.template') diff --git a/Make.config.template b/Make.config.template index 6399b20a..4bf8db57 100644 --- a/Make.config.template +++ b/Make.config.template @@ -6,7 +6,7 @@ # See the main source file 'vdr.c' for copyright information and # how to reach the author. # -# $Id: Make.config.template 2.13 2012/12/27 11:34:05 kls Exp $ +# $Id: Make.config.template 2.14 2012/12/28 09:55:22 kls Exp $ ### The C compiler and options: @@ -30,6 +30,10 @@ PREFIX = /usr/local MANDIR = $(PREFIX)/man BINDIR = $(PREFIX)/bin +# Use this if you want to have a central place where you configure compile time +# parameters for plugins: +#PLGCFG = /etc/vdr/plugins.conf + # By default locale and plugin files are built under the source directory: INCDIR = $(CWD)/include LOCDIR = $(CWD)/locale -- cgit v1.2.3