From a61e164a977ff17b90f9a301dacbc5a01aca7e7e Mon Sep 17 00:00:00 2001 From: Steffen Sledz Date: Fri, 19 Mar 2010 16:56:38 +0100 Subject: emulate missing atomic builtins with posix semaphores if available Signed-off-by: Steffen Sledz Acked-by: Thilo Fromm --- runtime/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/Makefile.am') 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 \ -- cgit