summaryrefslogtreecommitdiffstats
path: root/runtime/Makefile.am
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-11-25 17:20:55 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2010-11-25 17:20:55 +0100
commita3c81f500a4d952ce93162a730cadee8fbc8116b (patch)
treeab2dad94763e4045d1d38c1e9a3be94fc15dc68a /runtime/Makefile.am
parentafafd9e0d7b333c54613670f4b9dbe3ae90ec51d (diff)
downloadrsyslog-a3c81f500a4d952ce93162a730cadee8fbc8116b.tar.gz
rsyslog-a3c81f500a4d952ce93162a730cadee8fbc8116b.tar.xz
rsyslog-a3c81f500a4d952ce93162a730cadee8fbc8116b.zip
bugfix: replacements for atomic operations for non-int sized types had problems.
At least one instance of that problem could potentially lead to abort (inside omfile).
Diffstat (limited to 'runtime/Makefile.am')
-rw-r--r--runtime/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/Makefile.am b/runtime/Makefile.am
index f7db3e35..b700eae8 100644
--- a/runtime/Makefile.am
+++ b/runtime/Makefile.am
@@ -7,6 +7,7 @@ pkglib_LTLIBRARIES =
librsyslog_la_SOURCES = \
rsyslog.c \
rsyslog.h \
+ typedefs.h \
unicode-helper.h \
atomic.h \
batch.h \