summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2003-08-02 14:32:53 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2003-08-02 14:32:53 +0200
commitba1c9fb5349080ea7007ad88d7343059d4d73616 (patch)
tree314948067e926ddadb50f9407f8293592f9aced0 /Makefile
parent746b232299090f0f249a25d07b5704eb795787f8 (diff)
downloadvdr-ba1c9fb5349080ea7007ad88d7343059d4d73616.tar.gz
vdr-ba1c9fb5349080ea7007ad88d7343059d4d73616.tar.bz2
Now the program uses the values of VIDEODIR and PLUGINDIR defined in Makefile or Makefile.config as defaults
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index efeed0de..f27fb410 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
# See the main source file 'vdr.c' for copyright information and
# how to reach the author.
#
-# $Id: Makefile 1.56 2003/01/06 12:28:09 kls Exp $
+# $Id: Makefile 1.57 2003/08/02 14:27:21 kls Exp $
.DELETE_ON_ERROR:
@@ -49,6 +49,9 @@ DEFINES += -DREMOTE_$(REMOTE)
DEFINES += -D_GNU_SOURCE
+DEFINES += -DVIDEODIR=\"$(VIDEODIR)\"
+DEFINES += -DPLUGINDIR=\"$(PLUGINDIR)/lib\"
+
ifdef DEBUG_OSD
DEFINES += -DDEBUG_OSD
NCURSESLIB = -lncurses