summaryrefslogtreecommitdiffstats
path: root/runtime/Makefile.am
diff options
context:
space:
mode:
authorSteffen Sledz <sledz@dresearch.de>2010-03-19 16:56:38 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2010-03-23 11:11:30 +0100
commita61e164a977ff17b90f9a301dacbc5a01aca7e7e (patch)
treef94bc053af5166404d5ad7a914cf03dc2b611948 /runtime/Makefile.am
parentc802afb7e0fc5e2c87af24e12bf63e4a0ba7688c (diff)
downloadrsyslog-a61e164a977ff17b90f9a301dacbc5a01aca7e7e.tar.gz
rsyslog-a61e164a977ff17b90f9a301dacbc5a01aca7e7e.tar.xz
rsyslog-a61e164a977ff17b90f9a301dacbc5a01aca7e7e.zip
emulate missing atomic builtins with posix semaphores if available
Signed-off-by: Steffen Sledz <sledz@dresearch.de> Acked-by: Thilo Fromm <t.fromm@dresearch.de>
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 9047c83d..2374c575 100644
--- a/runtime/Makefile.am
+++ b/runtime/Makefile.am
@@ -9,6 +9,7 @@ librsyslog_la_SOURCES = \
rsyslog.h \
unicode-helper.h \
atomic.h \
+ atomic-posix-sem.c \
batch.h \
syslogd-types.h \
module-template.h \