summaryrefslogtreecommitdiff
path: root/PLUGINS/src/status/Makefile
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-11-01 10:26:45 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2002-11-01 10:26:45 +0100
commit0598e41418012326a30ba582b7d64db116e91a84 (patch)
tree4d878ea127dc6e66ba7e20b517f28bd9e69cce63 /PLUGINS/src/status/Makefile
parent8c18d579ef6457435562fe88051eb0c93f86cd17 (diff)
downloadvdr-0598e41418012326a30ba582b7d64db116e91a84.tar.gz
vdr-0598e41418012326a30ba582b7d64db116e91a84.tar.bz2
Completely switched to the HEAD driver version
Diffstat (limited to 'PLUGINS/src/status/Makefile')
-rw-r--r--PLUGINS/src/status/Makefile7
1 files changed, 1 insertions, 6 deletions
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