From 12ea50fceba47cbfde1e11da4fff9aa5f5b2aeda Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sat, 15 Apr 2006 12:39:35 +0200 Subject: Removed DVBDIR from Makefile; it's now defined in Make.config if necessary --- Make.config.template | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'Make.config.template') 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 -- cgit v1.2.3