summaryrefslogtreecommitdiffstats
path: root/runtime/Makefile.am
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-09-28 11:32:48 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2010-09-28 11:32:48 +0200
commitd748c68c09ae7d4f8c22c4245e5509019c59511c (patch)
treebfb9125613492334c00286e4c22eab5fb27c1926 /runtime/Makefile.am
parentb5da6352830e9841dd367b8490d79461adb5cb22 (diff)
downloadrsyslog-d748c68c09ae7d4f8c22c4245e5509019c59511c.tar.gz
rsyslog-d748c68c09ae7d4f8c22c4245e5509019c59511c.tar.xz
rsyslog-d748c68c09ae7d4f8c22c4245e5509019c59511c.zip
added some generic hashtable code by Christopher Clark
found at http://www.cl.cam.ac.uk/~cwc22/hashtable/
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 01b224e7..d657b6ca 100644
--- a/runtime/Makefile.am
+++ b/runtime/Makefile.am
@@ -95,6 +95,8 @@ librsyslog_la_SOURCES = \
../parse.c \
../parse.h \
\
+ hashtable/hashtable.c \
+ \
../outchannel.c \
../outchannel.h \
../template.c \