diff options
author | thlo <smarttv640@gmail.com> | 2013-04-06 13:06:43 +0200 |
---|---|---|
committer | thlo <t.lohmar@gmx.de> | 2013-04-06 13:06:43 +0200 |
commit | 02b651b454c16fc6af688c90839543db2e5e518d (patch) | |
tree | af027d4320ba08b8503dea04e7b6fc158be025ee | |
parent | 286e10f26eacc51a64cc6246c7dacda2c76d488e (diff) | |
download | vdr-plugin-smarttvweb-02b651b454c16fc6af688c90839543db2e5e518d.tar.gz vdr-plugin-smarttvweb-02b651b454c16fc6af688c90839543db2e5e518d.tar.bz2 |
added mngurls and httpclient files.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ DEFINES += -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE ### 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 httpclient.o mngurls.o log.o url.o stvw_cfg.o OBJS2 = |