summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2007-08-31 12:21:18 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:30:26 -0500
commit55b59eb80b8d9268f0e21cbec9d878f99704f547 (patch)
treefbb6e7c1b21dd96e7577be0adf619f0cfd8dce4b /source3/Makefile.in
parentdbdc0fecb6f5491cb36e93e5f39df2d89f611e17 (diff)
downloadsamba-55b59eb80b8d9268f0e21cbec9d878f99704f547.tar.gz
samba-55b59eb80b8d9268f0e21cbec9d878f99704f547.tar.bz2
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.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index fe2336ff91..f763098417 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 \