From 466ca961fb9c09d056216c8fa7052bb185a710a7 Mon Sep 17 00:00:00 2001 From: thlo Date: Sun, 17 Mar 2013 09:48:39 +0100 Subject: Change VDRDIR in Makefile. First version of new Makefile --- Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b04d143..bc78cfa 100644 --- a/Makefile +++ b/Makefile @@ -25,10 +25,8 @@ endif ### The directory environment: -#VDRDIR = ../../.. -VDRDIR = /usr/include/vdr -LIBDIR = . -#LIBDIR = ../../lib +VDRDIR = ../../.. +LIBDIR = ../../lib TMPDIR = /tmp ### Allow user defined options to overwrite defaults: -- cgit v1.2.3