mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Plugin Makefiles can now include a configuration file for compile time parameters
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user