From: Michael Adam Date: Fri, 11 Apr 2008 20:22:12 +0000 (+0200) Subject: build: smbconftort only needs LIBSMB_ERR_OBJ, not LIBSAMBA_OBJ X-Git-Tag: samba-3.3.0pre1~2736^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=27fea343d2eeff5b7d38092dd1286cb8e3478cbe;p=thirdparty%2Fsamba.git build: smbconftort only needs LIBSMB_ERR_OBJ, not LIBSAMBA_OBJ Michael --- diff --git a/source/Makefile.in b/source/Makefile.in index b7df8c226ca..1c760d8986a 100644 --- a/source/Makefile.in +++ b/source/Makefile.in @@ -853,7 +853,7 @@ SMBCONFTORT_OBJ0 = lib/smbconf/testsuite.o SMBCONFTORT_OBJ = $(SMBCONFTORT_OBJ0) \ $(LIB_NONSMBD_OBJ) \ $(PARAM_OBJ) \ - $(LIBSAMBA_OBJ) \ + $(LIBSMB_ERR_OBJ) \ $(POPT_LIB_OBJ) LIBNET_OBJ = libnet/libnet_join.o \