From 7de6e3534fd61c7619ed34a6b1afe7230b5e6504 Mon Sep 17 00:00:00 2001 From: Ondrej Kos Date: Thu, 28 Mar 2013 15:35:03 +0100 Subject: DB: Switch to new libini_config API https://fedorahosted.org/sssd/ticket/1786 Since we need to support the old interface as well, the configure scritp is modified and correct ini interface is chosen. --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index ef1802246..c6dfcb2c7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -391,6 +391,7 @@ dist_noinst_HEADERS = \ src/util/sss_selinux.h \ src/util/sss_utf8.h \ src/util/sss_ssh.h \ + src/util/sss_ini.h \ src/util/refcount.h \ src/util/find_uid.h \ src/util/user_info_msg.h \ @@ -552,6 +553,7 @@ libsss_util_la_SOURCES = \ src/util/domain_info_utils.c \ src/util/util_lock.c \ src/util/util_errors.c \ + src/util/sss_ini.c \ src/util/io.c libsss_util_la_LIBADD = \ $(SSSD_LIBS) \ -- cgit