Now the program uses the values of VIDEODIR and PLUGINDIR defined in Makefile or Makefile.config as defaults

This commit is contained in:
Klaus Schmidinger
2003-08-02 14:32:53 +02:00
parent 746b232299
commit ba1c9fb534
6 changed files with 14 additions and 6 deletions

View File

@@ -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