diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2005-09-02 14:54:29 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2005-09-02 14:54:29 +0200 |
commit | 70bc836e3ff32ef8e22d6dffb2d7b2ac71ed746a (patch) | |
tree | 4f7799d231b28839d1ad0d19d6e01153703cd591 /Make.config.template | |
parent | 2ffcc66af2cb3f379fd8445c019b0cac1c2cc275 (diff) | |
download | vdr-70bc836e3ff32ef8e22d6dffb2d7b2ac71ed746a.tar.gz vdr-70bc836e3ff32ef8e22d6dffb2d7b2ac71ed746a.tar.bz2 |
Adjusted the Makefile to the dvb-kernel driver on kernel 2.6 and up
Diffstat (limited to 'Make.config.template')
-rw-r--r-- | Make.config.template | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Make.config.template b/Make.config.template index 149ce986..5cbf42bf 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.5 2005/07/31 11:35:28 kls Exp $ +# $Id: Make.config.template 1.6 2005/09/02 14:24:31 kls Exp $ ### The C compiler and options: @@ -18,7 +18,7 @@ CXXFLAGS = -fPIC -g -O2 -Wall -Woverloaded-virtual ### The directory environment: -DVBDIR = ../DVB +#DVBDIR = ../DVB MANDIR = /usr/local/man BINDIR = /usr/local/bin |