summaryrefslogtreecommitdiff
path: root/src/GNUmakefile
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-08-22 20:17:03 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-08-22 20:17:03 +0200
commit7e45233ba4435cbfd775bb252e3c3b81120f9825 (patch)
tree4688ef69a2cd8cb52efb6b7f2ba1783cc57cdcaf /src/GNUmakefile
parent288d553d5b60c84da8795000ac22df288d9becb2 (diff)
downloadcrawler-7e45233ba4435cbfd775bb252e3c3b81120f9825.tar.gz
crawler-7e45233ba4435cbfd775bb252e3c3b81120f9825.tar.bz2
completly rewrote the logger as singleton
Diffstat (limited to 'src/GNUmakefile')
-rwxr-xr-xsrc/GNUmakefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/GNUmakefile b/src/GNUmakefile
index 1e8ecba..119ec2b 100755
--- a/src/GNUmakefile
+++ b/src/GNUmakefile
@@ -24,6 +24,9 @@ INCLUDE_LIBS += \
endif
LOCAL_STATIC_LIB_OBJS = \
+ Logger.o \
+ ConsoleLogSink.o \
+ FileLogSink.o \
URL.o \
MIMEType.o \
SpoolRewindInputStream.o