summaryrefslogtreecommitdiffstats
path: root/runtime/Makefile.am
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-06-16 19:32:53 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-06-16 19:32:53 +0200
commit1e30f67584ca0770e1e5b88ea75da7f9bc1022df (patch)
tree6d648d9e51e162f0093ec0267982f6fe1015a476 /runtime/Makefile.am
parent8a37736287fd4f7e4fd0c0190aabac11dff19af2 (diff)
downloadrsyslog-1e30f67584ca0770e1e5b88ea75da7f9bc1022df.tar.gz
rsyslog-1e30f67584ca0770e1e5b88ea75da7f9bc1022df.tar.xz
rsyslog-1e30f67584ca0770e1e5b88ea75da7f9bc1022df.zip
added basic plumbing to support message properties separate from message
will fill this with live somewhat later, noticed I need to do some stage work first (at least this is useful).
Diffstat (limited to 'runtime/Makefile.am')
-rw-r--r--runtime/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/Makefile.am b/runtime/Makefile.am
index c2ef7cfa..14abe722 100644
--- a/runtime/Makefile.am
+++ b/runtime/Makefile.am
@@ -73,6 +73,8 @@ librsyslog_la_SOURCES = \
ruleset.h \
rule.c \
rule.h \
+ prop.c \
+ prop.h \
cfsysline.c \
cfsysline.h \
\