diff options
author | Günther Deschner <gd@samba.org> | 2007-08-31 12:21:18 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:30:26 -0500 |
commit | 55b59eb80b8d9268f0e21cbec9d878f99704f547 (patch) | |
tree | fbb6e7c1b21dd96e7577be0adf619f0cfd8dce4b /source3/Makefile.in | |
parent | dbdc0fecb6f5491cb36e93e5f39df2d89f611e17 (diff) | |
download | samba-55b59eb80b8d9268f0e21cbec9d878f99704f547.tar.gz samba-55b59eb80b8d9268f0e21cbec9d878f99704f547.tar.xz samba-55b59eb80b8d9268f0e21cbec9d878f99704f547.zip |
r24833: Move locator to nsswitch (does not belong to libads anymore).
Guenther
(This used to be commit af90c6949c929c82d4390b2f87a420bd598275dd)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r-- | source3/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index fe2336ff917..f7630984176 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -920,7 +920,7 @@ LDBADD_OBJ = $(LDB_CMDLINE_OBJ) lib/ldb/tools/ldbadd.o LDBDEL_OBJ = $(LDB_CMDLINE_OBJ) lib/ldb/tools/ldbdel.o LDBMODIFY_OBJ = $(LDB_CMDLINE_OBJ) lib/ldb/tools/ldbmodify.o -SMB_KRB5_LOCATOR_OBJ1 = libads/smb_krb5_locator.o +SMB_KRB5_LOCATOR_OBJ1 = nsswitch/smb_krb5_locator.o SMB_KRB5_LOCATOR_OBJ = $(SMB_KRB5_LOCATOR_OBJ1) $(WBCOMMON_OBJ) $(LIBREPLACE_OBJ) $(SOCKET_WRAPPER_OBJ) POPT_OBJ=popt/findme.o popt/popt.o popt/poptconfig.o \ |