summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTobias Grimm <tobias@e-tobi.loc>2008-12-13 18:46:51 +0100
committerTobias Grimm <tobias@e-tobi.loc>2008-12-13 18:51:20 +0100
commit49b4b15233a7efbc0bc7bd6cb33daecd7a2a75dc (patch)
treee82094033a2ad380abf8ec2c119cd6617cd5d62f /Makefile
parent191ece68c0c57adff721914dca53efadbefd0261 (diff)
downloadvdr-plugin-osdteletext-49b4b15233a7efbc0bc7bd6cb33daecd7a2a75dc.tar.gz
vdr-plugin-osdteletext-49b4b15233a7efbc0bc7bd6cb33daecd7a2a75dc.tar.bz2
switched completely to VDR 1.6's I18N system and removed the old crap - no more support for older VDR versions!
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ff79770..5cafe3c 100644
--- a/Makefile
+++ b/Makefile
@@ -46,7 +46,7 @@ DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"' -D_GNU_SOURCE
### The object files (add further files here):
-OBJS = $(PLUGIN).o menu.o txtfont.o i18n.o txtrecv.o txtrender.o displaybase.o display.o
+OBJS = $(PLUGIN).o menu.o txtfont.o txtrecv.o txtrender.o displaybase.o display.o
### Implicit rules: