diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-02-19 11:20:18 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-02-19 11:20:18 +0000 |
commit | c5f99dc22253e5bd1adbfbfa7c3fd842554b9016 (patch) | |
tree | b278b6bf78bf0c31fba6c89b8200c41f214878e6 /Makefile.am | |
parent | cd2b24dfc45c4b115ace6d17ab0237511fef3d66 (diff) | |
download | rsyslog-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.am | 2 |
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 \ |