summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2003-02-01 06:26:16 +0000
committerAndrew Bartlett <abartlet@samba.org>2003-02-01 06:26:16 +0000
commite0adea449aeb9432572ea0d8af014dcc2d0c4cf1 (patch)
tree89eecd801bc444e69299def97c009686f47e4f87
parentdf3acbadf8b24bddd2ed6b6a85cc0568b23d1c77 (diff)
downloadsamba-e0adea449aeb9432572ea0d8af014dcc2d0c4cf1.tar.gz
samba-e0adea449aeb9432572ea0d8af014dcc2d0c4cf1.tar.bz2
samba-e0adea449aeb9432572ea0d8af014dcc2d0c4cf1.zip
Makefile.in change for ldap escaping fixes
(This used to be commit 9f3525967d3a55a0156544733a1e83711bf4be78)
-rw-r--r--source3/Makefile.in3
1 files changed, 2 insertions, 1 deletions
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