diff options
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 |