diff options
author | thlo <t.lohmar@gmx.de> | 2013-04-06 13:06:43 +0200 |
---|---|---|
committer | thlo <t.lohmar@gmx.de> | 2013-04-06 13:06:43 +0200 |
commit | cc00a9c44bde4527dafc0143cb3055404f102da4 (patch) | |
tree | af027d4320ba08b8503dea04e7b6fc158be025ee /Makefile | |
parent | 0d3bb5c8d940b416ccc06a68a8ccfc35370fdbd4 (diff) | |
download | vdr-plugin-smarttvweb-cc00a9c44bde4527dafc0143cb3055404f102da4.tar.gz vdr-plugin-smarttvweb-cc00a9c44bde4527dafc0143cb3055404f102da4.tar.bz2 |
added mngurls and httpclient files.
Diffstat (limited to 'Makefile')
-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 = |