diff options
author | thlo <smarttv640@gmail.com> | 2013-05-02 20:29:17 +0200 |
---|---|---|
committer | thlo <t.lohmar@gmx.de> | 2013-05-02 20:29:17 +0200 |
commit | f09f498419aa4c950f20556cd6676695c8d2b518 (patch) | |
tree | 4c8c41823bff7cbdf0084fe339dc23e5b0d30da7 /Makefile.new | |
parent | eb44d51a9fdfc9be5a9b069b5bf5f45d93262504 (diff) | |
download | vdr-plugin-smarttvweb-f09f498419aa4c950f20556cd6676695c8d2b518.tar.gz vdr-plugin-smarttvweb-f09f498419aa4c950f20556cd6676695c8d2b518.tar.bz2 |
New files added.
Diffstat (limited to 'Makefile.new')
-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: |