summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
-rw-r--r--runtime/Makefile.am2
-rw-r--r--runtime/hashtable.h (renamed from runtime/hashtable/hashtable.h)0
3 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c52749c8..1050981b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61)
-AC_INIT([rsyslog],[5.7.0],[rsyslog@lists.adiscon.com])
+AC_INIT([rsyslog],[5.7.1],[rsyslog@lists.adiscon.com])
AM_INIT_AUTOMAKE
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
diff --git a/runtime/Makefile.am b/runtime/Makefile.am
index d657b6ca..5a0c4437 100644
--- a/runtime/Makefile.am
+++ b/runtime/Makefile.am
@@ -96,6 +96,8 @@ librsyslog_la_SOURCES = \
../parse.h \
\
hashtable/hashtable.c \
+ hashtable.h \
+ hashtable/hashtable_private.h \
\
../outchannel.c \
../outchannel.h \
diff --git a/runtime/hashtable/hashtable.h b/runtime/hashtable.h
index b90781ab..b90781ab 100644
--- a/runtime/hashtable/hashtable.h
+++ b/runtime/hashtable.h