From 27fea343d2eeff5b7d38092dd1286cb8e3478cbe Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 11 Apr 2008 22:22:12 +0200 Subject: [PATCH] build: smbconftort only needs LIBSMB_ERR_OBJ, not LIBSAMBA_OBJ Michael --- source/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.11.4.GIT