From 7e45233ba4435cbfd775bb252e3c3b81120f9825 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Wed, 22 Aug 2012 20:17:03 +0200 Subject: completly rewrote the logger as singleton --- src/GNUmakefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/GNUmakefile') 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 -- cgit v1.2.3-54-g00ecf