From f80ac81e7a467d86ab238b0d61539a2e5ced862b Mon Sep 17 00:00:00 2001 From: Sascha Volkenandt Date: Wed, 3 Jan 2007 15:46:03 +0000 Subject: - added internationalization --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 13a69c4..0bef030 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # # Makefile for a Video Disk Recorder plugin # -# $Id: Makefile,v 1.7 2007/01/03 15:18:04 thomas Exp $ +# $Id: Makefile,v 1.8 2007/01/03 15:46:03 lordjaxom Exp $ # The official name of this plugin. # This name will be used in the '-P...' option of VDR to load the plugin. @@ -54,7 +54,7 @@ SUBDIRS = httpd ### The object files (add further files here): -OBJS = $(PLUGIN).o thread.o tntconfig.o setup.o +OBJS = $(PLUGIN).o thread.o tntconfig.o setup.o i18n.o WEBS = styles.o menu.o channels.o schedule.o whats_on_now.o -- cgit v1.2.3