summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormethodus <methodus@web.de>2012-09-29 22:48:30 +0200
committermethodus <methodus@web.de>2012-09-29 22:48:30 +0200
commit97b083ac833ada3c18a5639ee782e575ca583acf (patch)
tree257848635d775396e86f9aeab682b2a719d2d097 /Makefile
parent4cd5debf236f4d4315cce30c4cd11e392f00886a (diff)
downloadvdr-plugin-upnp-97b083ac833ada3c18a5639ee782e575ca583acf.tar.gz
vdr-plugin-upnp-97b083ac833ada3c18a5639ee782e575ca583acf.tar.bz2
Streamer almost completed. First tests successful. However, there are no plugins, yet.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f8fc21e..2b14a5b 100644
--- a/Makefile
+++ b/Makefile
@@ -54,7 +54,8 @@ DEFINES += -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"$(PLUGIN)"'
TNTOBJ = httptnt/deviceDescription.o \
httptnt/cds_scpd.o \
- httptnt/cms_scpd.o
+ httptnt/cms_scpd.o \
+ httptnt/resourceStreamer.o
OBJS = $(PLUGIN).o \
server/server.o \