From c0b159e9f992c70921eb5ca4c0f0f6d448cb9a65 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 17 Aug 2012 16:32:44 +0200 Subject: added a common base class for spooling rewind input stream, adapted libfetch rewind input stream to use that one --- src/GNUmakefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/GNUmakefile') diff --git a/src/GNUmakefile b/src/GNUmakefile index 0fad567..9cc0f48 100755 --- a/src/GNUmakefile +++ b/src/GNUmakefile @@ -25,7 +25,8 @@ endif LOCAL_STATIC_LIB_OBJS = \ URL.o \ - MIMEType.o + MIMEType.o \ + SpoolRewindInputStream.o CPP_OBJS = \ $(LOCAL_STATIC_LIB_OBJS) -- cgit v1.2.3-54-g00ecf