summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-09-23 00:04:08 -0700
committerGünther Deschner <gd@samba.org>2010-09-23 00:15:21 -0700
commit099394a8f768e16c15b001bd27757ecf4b1d5f0b (patch)
tree868fbeef08001c3837dda6883a65adb98862ac49 /source3/Makefile.in
parent8037a46c2e5a2e1ee9479690e38770fdffdcd413 (diff)
downloadsamba-099394a8f768e16c15b001bd27757ecf4b1d5f0b.tar.gz
samba-099394a8f768e16c15b001bd27757ecf4b1d5f0b.tar.bz2
samba-099394a8f768e16c15b001bd27757ecf4b1d5f0b.zip
s3-build: strip down dependencies of smbta-util.
Guenther
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in2
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 \