summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2007-08-24 13:30:07 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2007-08-24 13:30:07 +0200
commit98bdd0cfeab4ff51713db1a3319ec8c673d1ea6b (patch)
tree332b65e7db812a6a082eb4b913dacd9f2d0c868a /Makefile
parent840821fc005618b0ce4e77b0be283e4d95b66b6a (diff)
downloadvdr-98bdd0cfeab4ff51713db1a3319ec8c673d1ea6b.tar.gz
vdr-98bdd0cfeab4ff51713db1a3319ec8c673d1ea6b.tar.bz2
Changed the default for LOCDIR in Makefile and Make.config.template to "./locale"
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a46aaef5..e12ebae5 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.104 2007/08/15 13:47:16 kls Exp $
+# $Id: Makefile 1.105 2007/08/24 13:22:25 kls Exp $
.DELETE_ON_ERROR:
@@ -19,7 +19,7 @@ DESTDIR ?=
PREFIX ?= /usr/local
MANDIR = $(PREFIX)/share/man
BINDIR = $(PREFIX)/bin
-LOCDIR = $(PREFIX)/share/vdr/locale
+LOCDIR = ./locale
LIBS = -ljpeg -lpthread -ldl -lcap -lfreetype -lfontconfig
INCLUDES = -I/usr/include/freetype2