From 22d381367c27910fe82f476a76b9f4ede555e35a Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Fri, 8 Mar 2013 14:26:42 +0100 Subject: Reuse sss_open_cloexec at other places in code. Functions open_cloexec and openat_cloexec were renamed with prefix "sss_" and moved to separete file. Replacing duplicated code of function sss_open_cloexec everywhere in the source code. https://fedorahosted.org/sssd/ticket/1794 --- Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 0554a3670..e0756ea3a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -537,7 +537,8 @@ libsss_util_la_SOURCES = \ src/util/sss_selinux.c \ src/util/domain_info_utils.c \ src/util/util_lock.c \ - src/util/util_errors.c + src/util/util_errors.c \ + src/util/io.c libsss_util_la_LIBADD = \ $(SSSD_LIBS) \ $(UNICODE_LIBS) \ @@ -931,7 +932,8 @@ files_tests_CFLAGS = \ files_tests_LDADD = \ libsss_debug.la \ $(FILES_TESTS_LIBS) \ - libsss_test_common.la + libsss_test_common.la \ + libsss_util.la SSSD_RESOLV_TESTS_OBJ = \ $(SSSD_RESOLV_OBJ) -- cgit