diff options
author | Martin Hammerschmid <linux@home.pages.at> | 2002-09-01 17:31:08 +0200 |
---|---|---|
committer | Martin Hammerschmid <linux@home.pages.at> | 2002-09-01 17:31:08 +0200 |
commit | 9cf2257c7c90a564229727cd01ed7a7f344293ab (patch) | |
tree | 790194fd02d4c60d24df6f9fcc440cf05c6eec40 /Makefile | |
parent | ca0ae4567ef652252372fba01327dd23d9d1b8b0 (diff) | |
download | vdr-plugin-lcdproc-9cf2257c7c90a564229727cd01ed7a7f344293ab.tar.gz vdr-plugin-lcdproc-9cf2257c7c90a564229727cd01ed7a7f344293ab.tar.bz2 |
Version 0.0.4v0.0.4release/v0.0.4
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ DEFINES += -DLCD_$(LCDTRANS) ### The object files (add further files here): -OBJS = $(PLUGIN).o lcd.o sockets.o +OBJS = $(PLUGIN).o lcd.o sockets.o i18n.o ### The C++ compiler and options: |