From 099394a8f768e16c15b001bd27757ecf4b1d5f0b Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 23 Sep 2010 00:04:08 -0700 Subject: s3-build: strip down dependencies of smbta-util. Guenther --- source3/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/Makefile.in') diff --git a/source3/Makefile.in b/source3/Makefile.in index 7062d31a9d..6c89ccdc82 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -977,7 +977,7 @@ TESTPARM_OBJ = utils/testparm.o \ $(LIBSMB_ERR_OBJ) SMBTA_UTIL_OBJ = utils/smbta-util.o $(PARAM_OBJ) $(POPT_LIB_OBJ) \ - $(LOCKING_OBJ) $(PROFILE_OBJ) $(LIB_NONSMBD_OBJ) \ + $(LIB_NONSMBD_OBJ) \ $(LIBSMB_ERR_OBJ) $(FNAME_UTIL_OBJ) TEST_LP_LOAD_OBJ = param/test_lp_load.o \ -- cgit