summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-02-19 11:20:18 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-02-19 11:20:18 +0000
commitc5f99dc22253e5bd1adbfbfa7c3fd842554b9016 (patch)
treeb278b6bf78bf0c31fba6c89b8200c41f214878e6 /Makefile.am
parentcd2b24dfc45c4b115ace6d17ab0237511fef3d66 (diff)
downloadrsyslog-c5f99dc22253e5bd1adbfbfa7c3fd842554b9016.tar.gz
rsyslog-c5f99dc22253e5bd1adbfbfa7c3fd842554b9016.tar.xz
rsyslog-c5f99dc22253e5bd1adbfbfa7c3fd842554b9016.zip
- 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)
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
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 \