From a91b86f9561ed80b31cbe6c1d16237f5f835f845 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Wed, 5 Sep 2012 13:54:49 +0200 Subject: added syslog logger sink --- src/GNUmakefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src/GNUmakefile') diff --git a/src/GNUmakefile b/src/GNUmakefile index 4cd1978..267e69c 100755 --- a/src/GNUmakefile +++ b/src/GNUmakefile @@ -34,6 +34,7 @@ CPP_OBJS = \ Logger.o \ ConsoleLogSink.o \ FileLogSink.o \ + SyslogSink.o \ URL.o \ MIMEType.o \ SpoolRewindInputStream.o -- cgit v1.2.3-54-g00ecf