From e0adea449aeb9432572ea0d8af014dcc2d0c4cf1 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sat, 1 Feb 2003 06:26:16 +0000 Subject: Makefile.in change for ldap escaping fixes (This used to be commit 9f3525967d3a55a0156544733a1e83711bf4be78) --- source3/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source3/Makefile.in b/source3/Makefile.in index d36a476583..73d3e98a11 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -161,7 +161,8 @@ LIB_OBJ = lib/charcnv.o lib/debug.o lib/fault.o \ nsswitch/wb_client.o nsswitch/wb_common.o \ lib/pam_errors.o intl/lang_tdb.o lib/account_pol.o \ lib/adt_tree.o lib/gencache.o $(TDB_OBJ) \ - lib/module.o lib/genparser.o lib/genparser_samba.o + lib/module.o lib/genparser.o lib/genparser_samba.o \ + lib/ldap_escape.o LIB_SMBD_OBJ = lib/system_smbd.o lib/util_smbd.o -- cgit