summaryrefslogtreecommitdiffstats
path: root/runtime/Makefile.am
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-03-23 15:04:24 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2010-03-23 15:04:24 +0100
commit072fc663a83b2050d961d1c7ec7aa16f12842c9a (patch)
treeea701458975a339c4c729df7d72597cf4b300ea8 /runtime/Makefile.am
parente0afe5c8258d4b70ade84f1176c44ae6d593f2df (diff)
downloadrsyslog-072fc663a83b2050d961d1c7ec7aa16f12842c9a.tar.gz
rsyslog-072fc663a83b2050d961d1c7ec7aa16f12842c9a.tar.xz
rsyslog-072fc663a83b2050d961d1c7ec7aa16f12842c9a.zip
added replacements for atomic instructions on systems that do not support them.
[backport of Stefen Sledz' patch for v5]
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 14abe722..e5b3ccdf 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 \
syslogd-types.h \
module-template.h \
obj-types.h \