summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-01-03 13:55:54 +0100
committerVolker Lendecke <vl@samba.org>2010-01-03 21:14:58 +0100
commit283a73ca9f1b004513e1cf6fc91265a99501594a (patch)
tree05e148918ae5acf0302e1e578b9a67d893c2fd22 /source3
parentac5b090a414e55eb91f8ee5521c1985eabaa4e03 (diff)
downloadsamba-283a73ca9f1b004513e1cf6fc91265a99501594a.tar.gz
samba-283a73ca9f1b004513e1cf6fc91265a99501594a.tar.bz2
samba-283a73ca9f1b004513e1cf6fc91265a99501594a.zip
s3: Trim down smbcontrol a bit
Diffstat (limited to 'source3')
-rw-r--r--source3/Makefile.in6
1 files changed, 2 insertions, 4 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index ad1ce6ebc6..1376f4c07a 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -862,10 +862,8 @@ STATUS_OBJ = utils/status.o utils/status_profile.o \
$(PROFILE_OBJ) $(LIB_NONSMBD_OBJ) $(POPT_LIB_OBJ) \
$(LIBSAMBA_OBJ) $(FNAME_UTIL_OBJ)
-SMBCONTROL_OBJ = utils/smbcontrol.o $(LOCKING_OBJ) $(PARAM_OBJ) \
- $(PROFILE_OBJ) $(LIB_NONSMBD_OBJ) $(POPT_LIB_OBJ) \
- $(LIBSAMBA_OBJ) $(FNAME_UTIL_OBJ) \
- $(PRINTBASE_OBJ)
+SMBCONTROL_OBJ = utils/smbcontrol.o $(PARAM_OBJ) $(LIB_NONSMBD_OBJ) \
+ $(LIBSMB_ERR_OBJ) $(POPT_LIB_OBJ) $(PRINTBASE_OBJ)
SMBTREE_OBJ = utils/smbtree.o $(PARAM_OBJ) \
$(PROFILE_OBJ) $(LIB_NONSMBD_OBJ) $(LIBSMB_OBJ) \