diff options
author | thlo <t.lohmar@gmx.de> | 2013-05-02 20:29:17 +0200 |
---|---|---|
committer | thlo <t.lohmar@gmx.de> | 2013-05-02 20:29:17 +0200 |
commit | 9f8fa7d280397e1d79c0cb57969096b052d194fb (patch) | |
tree | 4c8c41823bff7cbdf0084fe339dc23e5b0d30da7 | |
parent | 881a2ec980f2368c038ad25fad21583fef73dfa0 (diff) | |
download | vdr-plugin-smarttvweb-Pv0.98.tar.gz vdr-plugin-smarttvweb-Pv0.98.tar.bz2 |
-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: |