summaryrefslogtreecommitdiff
path: root/daemon/Makefile.am
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2012-12-18 13:59:03 +0100
committerTomas Bzatek <tbzatek@redhat.com>2012-12-18 14:21:55 +0100
commited7fd5313ca8759e162c640b3de293489e359162 (patch)
tree0e4f2c2d4af91558e945163e5a2d37bb81096d31 /daemon/Makefile.am
parentd751f968d65fa287a8cbfa6e2a28f8dd421deb66 (diff)
dav: kill SoupOutputStream
SoupOutputStream was never particularly useful, since we ended up not doing chunked requests (since server support for them is mostly nonexistent). So kill SoupOutputStream off and just use a GMemoryOutputStream instead. https://bugzilla.gnome.org/show_bug.cgi?id=687757 Signed-off-by: Tomas Bzatek <tbzatek@redhat.com>
Diffstat (limited to 'daemon/Makefile.am')
-rw-r--r--daemon/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/daemon/Makefile.am b/daemon/Makefile.am
index 52684fc2..3a1f684f 100644
--- a/daemon/Makefile.am
+++ b/daemon/Makefile.am
@@ -466,7 +466,6 @@ gvfsd_http_LDADD = $(libraries) $(HTTP_LIBS)
gvfsd_dav_SOURCES = \
gvfshttpinputstream.c gvfshttpinputstream.h \
- soup-output-stream.c soup-output-stream.h \
gvfsbackendhttp.c gvfsbackendhttp.h \
gvfsbackenddav.c gvfsbackenddav.h \
daemon-main.c daemon-main.h \