From 075df914c0355e1dcafad1a128877be11241725c Mon Sep 17 00:00:00 2001 From: Ondrej Kos Date: Thu, 7 Feb 2013 12:11:43 +0100 Subject: UTIL: Add function for atomic I/O --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index e00b7ca5c..d668acc25 100644 --- a/Makefile.am +++ b/Makefile.am @@ -237,6 +237,7 @@ SSSD_UTIL_OBJ = \ src/util/backup_file.c \ src/util/strtonum.c \ src/util/check_and_open.c \ + src/util/atomic_io.c \ src/util/refcount.c \ $(SSSD_DEBUG_OBJ) @@ -321,6 +322,7 @@ endif dist_noinst_HEADERS = \ src/monitor/monitor.h \ + src/util/atomic_io.h \ src/util/crypto/sss_crypto.h \ src/util/dlinklist.h \ src/util/util.h \ -- cgit