diff options
author | Günther Deschner <gd@samba.org> | 2010-09-23 00:04:08 -0700 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-09-23 00:15:21 -0700 |
commit | 099394a8f768e16c15b001bd27757ecf4b1d5f0b (patch) | |
tree | 868fbeef08001c3837dda6883a65adb98862ac49 | |
parent | 8037a46c2e5a2e1ee9479690e38770fdffdcd413 (diff) | |
download | samba-099394a8f768e16c15b001bd27757ecf4b1d5f0b.tar.gz samba-099394a8f768e16c15b001bd27757ecf4b1d5f0b.tar.bz2 samba-099394a8f768e16c15b001bd27757ecf4b1d5f0b.zip |
s3-build: strip down dependencies of smbta-util.
Guenther
-rw-r--r-- | source3/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |