From 0598e41418012326a30ba582b7d64db116e91a84 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Fri, 1 Nov 2002 10:26:45 +0100 Subject: Completely switched to the HEAD driver version --- PLUGINS/src/status/Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'PLUGINS/src/status/Makefile') diff --git a/PLUGINS/src/status/Makefile b/PLUGINS/src/status/Makefile index f08f22cc..a9676c11 100644 --- a/PLUGINS/src/status/Makefile +++ b/PLUGINS/src/status/Makefile @@ -1,7 +1,7 @@ # # Makefile for a Video Disk Recorder plugin # -# $Id: Makefile 1.3 2002/09/21 08:38:39 kls Exp $ +# $Id: Makefile 1.4 2002/11/01 10:15:44 kls Exp $ # The official name of this plugin. # This name will be used in the '-P...' option of VDR to load the plugin. @@ -15,12 +15,7 @@ VERSION = $(shell grep 'static const char \*VERSION *=' $(PLUGIN).c | awk '{ pri ### The directory environment: -ifdef NEWSTRUCT DVBDIR = ../../../../DVB/include -DEFINES += -DNEWSTRUCT -else -DVBDIR = ../../../../DVB/ost/include -endif VDRDIR = ../../.. VDRINC = $(VDRDIR)/include LIBDIR = ../../lib -- cgit v1.2.3