diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-12-11 11:53:18 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-12-11 11:53:18 +0000 |
commit | 4465b4d4ac8e209efcffe4030713144b3a4459c9 (patch) | |
tree | d9a58c96c230dc1c765cc5bf0b5eb52e0001b56c /Makefile.am | |
parent | f3e56a164d3a9ccc5dec74e478fdb104965c9b05 (diff) | |
download | rsyslog-4465b4d4ac8e209efcffe4030713144b3a4459c9.tar.gz rsyslog-4465b4d4ac8e209efcffe4030713144b3a4459c9.tar.xz rsyslog-4465b4d4ac8e209efcffe4030713144b3a4459c9.zip |
added expr.c, which has some thoughts on expression implementation
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 2a316337..bdc14486 100644 --- a/Makefile.am +++ b/Makefile.am @@ -34,6 +34,7 @@ rsyslogd_SOURCES = \ net.h \ msg.c \ msg.h \ + expr.c \ omshell.c \ omshell.h \ omusrmsg.c \ |