diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2012-12-28 10:09:41 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2012-12-28 10:09:41 +0100 |
commit | acbe56f6d0c29fb39b810600dbaaa83bc44c8538 (patch) | |
tree | db650c60511564ff76148ea3b52ddc81858eee77 /Make.config.template | |
parent | f70414cf5b6f2fe44187e7bf35efd270c3def585 (diff) | |
download | vdr-acbe56f6d0c29fb39b810600dbaaa83bc44c8538.tar.gz vdr-acbe56f6d0c29fb39b810600dbaaa83bc44c8538.tar.bz2 |
Plugin Makefiles can now include a configuration file for compile time parameters
Diffstat (limited to 'Make.config.template')
-rw-r--r-- | Make.config.template | 6 |
1 files changed, 5 insertions, 1 deletions
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 |