diff options
-rw-r--r-- | Makefile | 6 | ||||
-rw-r--r-- | i18n.h | 5 |
2 files changed, 7 insertions, 4 deletions
@@ -21,7 +21,8 @@ CXXFLAGS ?= -O2 -Wall -Woverloaded-virtual -Wno-deprecated -g ### The directory environment: DVBDIR = ../../../../DVB -VDRDIR = /usr/local/src/VDR +VDRDIR = ../../../ +# /usr/local/src/VDR LIBDIR = ../../lib TMPDIR = /tmp @@ -54,7 +55,8 @@ LIBS = -lmad -lmysqlclient -lvorbisfile -lvorbis ### Targets: -all: libvdr-$(PLUGIN).so mugglei +all: libvdr-$(PLUGIN).so +# mugglei # Dependencies: @@ -3,13 +3,14 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: i18n.h,v 1.2 2004/05/28 15:29:18 lvw Exp $ + * $Id$ */ #ifndef _I18N__H #define _I18N__H -#include <vdr/i18n.h> +// #include <vdr/i18n.h> +#include <i18n.h> extern const tI18nPhrase Phrases[]; |