From e5a617127abc4986d6b3249b55b4e6465076a7e0 Mon Sep 17 00:00:00 2001 From: Jim McDonough Date: Thu, 4 Apr 2002 02:52:09 +0000 Subject: Add libads/ldap_user.c to build for ads user management. (This used to be commit a1cdcdb138ddf05387fa65897ffe5b34aee75ae0) --- source3/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/Makefile.in') diff --git a/source3/Makefile.in b/source3/Makefile.in index 9248ae1ad9..6e2de2c7c9 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -139,7 +139,7 @@ UBIQX_OBJ = ubiqx/ubi_BinTree.o ubiqx/ubi_Cache.o ubiqx/ubi_SplayTree.o \ PARAM_OBJ = param/loadparm.o param/params.o dynconfig.o LIBADS_OBJ = libads/ldap.o libads/ldap_printer.o libads/sasl.o \ - libads/krb5_setpw.o libads/kerberos.o \ + libads/krb5_setpw.o libads/kerberos.o libads/ldap_user.o \ libads/ads_struct.o libads/ads_status.o passdb/secrets.o \ libads/util.o libads/disp_sec.o -- cgit