diff options
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: |