summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-08-19 16:12:05 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-08-19 16:12:05 +0200
commitd9094a67ac5cfe0ca392746b62ac8fe9b18a8785 (patch)
tree8d6ea7f5e0d1e313f6c0bee370a1c3a0beae4095 /src
parent2e81cca31437f06293f0f19ef9c9c27f3ee24676 (diff)
downloadcrawler-d9094a67ac5cfe0ca392746b62ac8fe9b18a8785.tar.gz
crawler-d9094a67ac5cfe0ca392746b62ac8fe9b18a8785.tar.bz2
-
Diffstat (limited to 'src')
-rwxr-xr-xsrc/GNUmakefile1
-rw-r--r--src/Logger.cpp2
-rwxr-xr-xsrc/Logger.hpp2
-rwxr-xr-xsrc/Makefile.W321
4 files changed, 6 insertions, 0 deletions
diff --git a/src/GNUmakefile b/src/GNUmakefile
index 9cc0f48..5e7a5b6 100755
--- a/src/GNUmakefile
+++ b/src/GNUmakefile
@@ -26,6 +26,7 @@ endif
LOCAL_STATIC_LIB_OBJS = \
URL.o \
MIMEType.o \
+ Logger.o \
SpoolRewindInputStream.o
CPP_OBJS = \
diff --git a/src/Logger.cpp b/src/Logger.cpp
new file mode 100644
index 0000000..627f323
--- /dev/null
+++ b/src/Logger.cpp
@@ -0,0 +1,2 @@
+#include "Logger.hpp"
+
diff --git a/src/Logger.hpp b/src/Logger.hpp
index 93513d0..497e170 100755
--- a/src/Logger.hpp
+++ b/src/Logger.hpp
@@ -3,6 +3,8 @@
// roughly based on http://drdobbs.com/cpp/201804215?
+#include "Singleton.hpp"
+
#include <sstream>
#include <string>
diff --git a/src/Makefile.W32 b/src/Makefile.W32
index 5ce3b11..a42e579 100755
--- a/src/Makefile.W32
+++ b/src/Makefile.W32
@@ -19,6 +19,7 @@ LOCAL_STATIC_LIB_OBJS = \
win32\stringutils.obj \
URL.obj \
MIMEType.obj \
+ Logger.obj \
SpoolRewindInputStream.obj
LOCAL_STATIC_LIB = \