summaryrefslogtreecommitdiff
path: root/Make.config.template
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-04-15 12:39:35 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2006-04-15 12:39:35 +0200
commit12ea50fceba47cbfde1e11da4fff9aa5f5b2aeda (patch)
treed5a615c30e728df15c8117635e89be5f15b560ed /Make.config.template
parentb49df33917938bac6b57d7a122133cbe0b6b3d39 (diff)
downloadvdr-12ea50fceba47cbfde1e11da4fff9aa5f5b2aeda.tar.gz
vdr-12ea50fceba47cbfde1e11da4fff9aa5f5b2aeda.tar.bz2
Removed DVBDIR from Makefile; it's now defined in Make.config if necessary
Diffstat (limited to 'Make.config.template')
-rw-r--r--Make.config.template10
1 files changed, 8 insertions, 2 deletions
diff --git a/Make.config.template b/Make.config.template
index fcf607c7..e307ba91 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 1.7 2006/01/13 16:06:11 kls Exp $
+# $Id: Make.config.template 1.8 2006/04/15 12:28:03 kls Exp $
### The C compiler and options:
@@ -18,7 +18,7 @@ CXXFLAGS = -fPIC -g -O2 -Wall -Woverloaded-virtual
### The directory environment:
-#DVBDIR = ../DVB
+#DVBDIR = /usr/src/v4l-dvb/linux
MANDIR = /usr/local/man
BINDIR = /usr/local/bin
@@ -33,3 +33,9 @@ RCU_DEVICE = /dev/ttyS1
## Define if you want vdr to not run as root
#VDR_USER = vdr
+
+### You don't need to touch the following:
+
+ifdef DVBDIR
+INCLUDES += -I$(DVBDIR)/include
+endif