summaryrefslogtreecommitdiffstats
path: root/runtime/Makefile.am
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-10-04 13:58:41 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2010-10-04 13:58:41 +0200
commite40cb595a2da943483124fae8f215a397add9fca (patch)
tree9958d817c3d648e0d6bb0aafd12485afa9aac49e /runtime/Makefile.am
parentd5f16404f93d54afddebb9fb683469fc712d2335 (diff)
downloadrsyslog-e40cb595a2da943483124fae8f215a397add9fca.tar.gz
rsyslog-e40cb595a2da943483124fae8f215a397add9fca.tar.xz
rsyslog-e40cb595a2da943483124fae8f215a397add9fca.zip
omhdfs: support for HUP added
Diffstat (limited to 'runtime/Makefile.am')
-rw-r--r--runtime/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/runtime/Makefile.am b/runtime/Makefile.am
index 5a0c4437..93817e75 100644
--- a/runtime/Makefile.am
+++ b/runtime/Makefile.am
@@ -95,9 +95,11 @@ librsyslog_la_SOURCES = \
../parse.c \
../parse.h \
\
- hashtable/hashtable.c \
+ hashtable.c \
hashtable.h \
- hashtable/hashtable_private.h \
+ hashtable_itr.c \
+ hashtable_itr.h \
+ hashtable_private.h \
\
../outchannel.c \
../outchannel.h \