From: Günther Deschner Date: Thu, 21 May 2009 10:50:20 +0000 (+0200) Subject: s3-build: fix the build of ntlm_auth. Bo Yang, please check. X-Git-Tag: tdb-1.1.5~435 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cbcee123b2fcaa058ae09eaa9938da480ededdd4;p=thirdparty%2Fsamba.git s3-build: fix the build of ntlm_auth. Bo Yang, please check. Guenther --- diff --git a/source3/Makefile.in b/source3/Makefile.in index 585bd5d7aca..68d5488771f 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -1197,7 +1197,7 @@ NTLM_AUTH_OBJ = ${NTLM_AUTH_OBJ1} $(LIBSAMBA_OBJ) $(POPT_LIB_OBJ) \ $(PASSDB_OBJ) $(GROUPDB_OBJ) \ $(SMBLDAP_OBJ) $(LIBNMB_OBJ) \ $(LDB_OBJ) $(WBCOMMON_OBJ) \ - $(LIBNDR_GEN_OBJ0) $(LIBNDR_GEN_OBJ1) + $(LIBNDR_GEN_OBJ0) $(LIBNDR_GEN_OBJ1) @BUILD_INIPARSER@ VLP_OBJ1 = printing/tests/vlp.o $(RPC_CLIENT_OBJ1) $(RPC_PARSE_OBJ2) $(RPC_CLIENT_OBJ) ../librpc/rpc/binding.o