diff options
| author | lvw <lvw@e10066b5-e1e2-0310-b819-94efdf66514b> | 2004-09-13 18:06:07 +0000 |
|---|---|---|
| committer | lvw <lvw@e10066b5-e1e2-0310-b819-94efdf66514b> | 2004-09-13 18:06:07 +0000 |
| commit | a2804b964cc212c08d7e49e4329041dfa2029dc1 (patch) | |
| tree | 7422c95fe4fec91989c524aadf8a1d1178cb1920 /muggle-plugin | |
| parent | 4a1a85b27a62d504396c6c82b95c31021e6f23ea (diff) | |
| download | vdr-plugin-muggle-a2804b964cc212c08d7e49e4329041dfa2029dc1.tar.gz vdr-plugin-muggle-a2804b964cc212c08d7e49e4329041dfa2029dc1.tar.bz2 | |
Minor changes in build process and i18n
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk@163 e10066b5-e1e2-0310-b819-94efdf66514b
Diffstat (limited to 'muggle-plugin')
| -rw-r--r-- | muggle-plugin/Makefile | 6 | ||||
| -rw-r--r-- | muggle-plugin/i18n.h | 5 |
2 files changed, 7 insertions, 4 deletions
diff --git a/muggle-plugin/Makefile b/muggle-plugin/Makefile index df90d7e..97783b0 100644 --- a/muggle-plugin/Makefile +++ b/muggle-plugin/Makefile @@ -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: diff --git a/muggle-plugin/i18n.h b/muggle-plugin/i18n.h index ef5a31f..8ea1157 100644 --- a/muggle-plugin/i18n.h +++ b/muggle-plugin/i18n.h @@ -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[]; |
