From 55b59eb80b8d9268f0e21cbec9d878f99704f547 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Fri, 31 Aug 2007 12:21:18 +0000 Subject: [PATCH] r24833: Move locator to nsswitch (does not belong to libads anymore). Guenther (This used to be commit af90c6949c929c82d4390b2f87a420bd598275dd) --- source3/Makefile.in | 2 +- source3/{libads => nsswitch}/smb_krb5_locator.c | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename source3/{libads => nsswitch}/smb_krb5_locator.c (100%) 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 \ diff --git a/source3/libads/smb_krb5_locator.c b/source3/nsswitch/smb_krb5_locator.c similarity index 100% rename from source3/libads/smb_krb5_locator.c rename to source3/nsswitch/smb_krb5_locator.c -- 2.34.1