diff options
-rw-r--r-- | Makefile.new | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.new b/Makefile.new index 3c3d769..1db4878 100644 --- a/Makefile.new +++ b/Makefile.new @@ -53,7 +53,7 @@ DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"' ### The object files (add further files here): -OBJS = $(PLUGIN).o smarttvfactory.o httpresource.o log.o url.o stvw_cfg.o +OBJS = $(PLUGIN).o smarttvfactory.o httpresource.o log.o url.o stvw_cfg.o responsebase.o responsefile.o responsevdrdir.o responsememblk.o ### The main target: |