summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-12-11 11:53:18 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-12-11 11:53:18 +0000
commit4465b4d4ac8e209efcffe4030713144b3a4459c9 (patch)
treed9a58c96c230dc1c765cc5bf0b5eb52e0001b56c /Makefile.am
parentf3e56a164d3a9ccc5dec74e478fdb104965c9b05 (diff)
downloadrsyslog-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.am1
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 \