summaryrefslogtreecommitdiff
path: root/src/Makefile.W32
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/Makefile.W32
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/Makefile.W32')
-rwxr-xr-xsrc/Makefile.W323
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.W32 b/src/Makefile.W32
index 6231f11..5ce3b11 100755
--- a/src/Makefile.W32
+++ b/src/Makefile.W32
@@ -18,7 +18,8 @@ LOCAL_STATIC_LIB_OBJS = \
win32\errormsg.obj \
win32\stringutils.obj \
URL.obj \
- MIMEType.obj
+ MIMEType.obj \
+ SpoolRewindInputStream.obj
LOCAL_STATIC_LIB = \
crawler.lib