diff options
author | thlo <smarttv640@gmail.com> | 2013-07-30 17:33:26 +0200 |
---|---|---|
committer | thlo <smarttv640@gmail.com> | 2013-07-30 17:33:26 +0200 |
commit | 5fc6d139f2a185eab9a53f2db384476dfd66f08b (patch) | |
tree | c8ffa02f9ac42e6bd767f17521a1646b396ca2c7 /Makefile.new | |
parent | 566f14106f0d66270b7386f9aacdfdeea18a335b (diff) | |
download | vdr-plugin-smarttvweb-5fc6d139f2a185eab9a53f2db384476dfd66f08b.tar.gz vdr-plugin-smarttvweb-5fc6d139f2a185eab9a53f2db384476dfd66f08b.tar.bz2 |
Adding missing files to new Makefile.
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 1db4878..344dea4 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 responsebase.o responsefile.o responsevdrdir.o responsememblk.o +OBJS = $(PLUGIN).o smarttvfactory.o httpresource.o httpclient.o mngurls.o log.o url.o stvw_cfg.o responsebase.o responsefile.o responsevdrdir.o responsememblk.o ### The main target: |