summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2007-08-25 08:58:44 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2007-08-25 08:58:44 +0200
commit742f4cc378cbe860abc3697e279fa22e6c303bfe (patch)
tree91db71851068afdface4bc0783ef168f48c6efa3 /Makefile
parenta241ad38b82baea3a8cb73ac1714f8f481fddc01 (diff)
downloadvdr-742f4cc378cbe860abc3697e279fa22e6c303bfe.tar.gz
vdr-742f4cc378cbe860abc3697e279fa22e6c303bfe.tar.bz2
VDR now uses the default configuration directory as defined in the CONFDIR varable in the Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e12ebae5..294ca788 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.105 2007/08/24 13:22:25 kls Exp $
+# $Id: Makefile 1.106 2007/08/25 08:52:17 kls Exp $
.DELETE_ON_ERROR:
@@ -61,6 +61,7 @@ DEFINES += -DLIRC_DEVICE=\"$(LIRC_DEVICE)\" -DRCU_DEVICE=\"$(RCU_DEVICE)\"
DEFINES += -D_GNU_SOURCE
DEFINES += -DVIDEODIR=\"$(VIDEODIR)\"
+DEFINES += -DCONFDIR=\"$(CONFDIR)\"
DEFINES += -DPLUGINDIR=\"$(PLUGINLIBDIR)\"
DEFINES += -DLOCDIR=\"$(LOCDIR)\"