From 0ab357e3c9dc9cbadc808367db99908591942780 Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Tue, 13 Oct 2009 12:11:07 +0200 Subject: add a replacement if ldap_control_create is missing --- server/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'server/Makefile.am') diff --git a/server/Makefile.am b/server/Makefile.am index a700eea5..19b9095c 100644 --- a/server/Makefile.am +++ b/server/Makefile.am @@ -238,6 +238,7 @@ dist_noinst_HEADERS = \ util/sssd-i18n.h \ util/util.h \ util/strtonum.h \ + util/sss_ldap.h \ config.h \ monitor/monitor.h \ monitor/monitor_interfaces.h \ @@ -427,7 +428,8 @@ libsss_ldap_la_SOURCES = \ providers/ldap/ldap_id.c \ providers/ldap/ldap_auth.c \ providers/ldap/sdap_async.c \ - providers/ldap/sdap.c + providers/ldap/sdap.c \ + util/sss_ldap.c libsss_ldap_la_CFLAGS = \ $(AM_CFLAGS) \ $(LDAP_CFLAGS) \ -- cgit