From c5f99dc22253e5bd1adbfbfa7c3fd842554b9016 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 19 Feb 2008 11:20:18 +0000 Subject: - moved config file code to its own file - finally made CONT_LINES in config the only standard support (the code contained code for other case, which were never executed by the preprocessor) --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 2b319401..3971d7e6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -43,6 +43,8 @@ rsyslogd_SOURCES = \ msg.h \ expr.c \ expr.h \ + conf.c \ + conf.h \ omshell.c \ omshell.h \ omusrmsg.c \ -- cgit