summaryrefslogtreecommitdiff
path: root/src/GNUmakefile
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-08-17 16:32:44 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-08-17 16:32:44 +0200
commitc0b159e9f992c70921eb5ca4c0f0f6d448cb9a65 (patch)
treec3795373d68b48d1bd6f334289e131dd3731d80f /src/GNUmakefile
parent9de77404b9fea20dc6a43b6514fa6d3f534c5070 (diff)
downloadcrawler-c0b159e9f992c70921eb5ca4c0f0f6d448cb9a65.tar.gz
crawler-c0b159e9f992c70921eb5ca4c0f0f6d448cb9a65.tar.bz2
added a common base class for spooling rewind input stream, adapted
libfetch rewind input stream to use that one
Diffstat (limited to 'src/GNUmakefile')
-rwxr-xr-xsrc/GNUmakefile3
1 files changed, 2 insertions, 1 deletions
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)