summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2006-06-30 15:57:35 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:19:09 -0500
commitc6f068355c96ef23d9a307cd0a816b9234385394 (patch)
tree73f2cea96cba9a7cf807d05e7441d75285f52b54 /source3
parentbe25a49a945b87df9f6239058bf54120f6f0c3eb (diff)
downloadsamba-c6f068355c96ef23d9a307cd0a816b9234385394.tar.gz
samba-c6f068355c96ef23d9a307cd0a816b9234385394.tar.bz2
samba-c6f068355c96ef23d9a307cd0a816b9234385394.zip
r16713: BUG 3904: fix broken smbwrapper compile
(This used to be commit 9ae1d016d44492327d180fe5e629f3a81ddfe6e4)
Diffstat (limited to 'source3')
-rw-r--r--source3/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 43e3d22e2e..c8174d8440 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -463,7 +463,8 @@ SWAT_OBJ = $(SWAT_OBJ1) $(PARAM_OBJ) $(PRINTING_OBJ) $(LIBSMB_OBJ) \
$(PASSCHANGE_OBJ)
SMBSH_OBJ = smbwrapper/smbsh.o smbwrapper/shared.o \
- $(PARAM_OBJ) $(LIB_NONSMBD_OBJ)
+ $(PARAM_OBJ) $(LIB_NONSMBD_OBJ) $(RPC_PARSE_OBJ1) $(LIBSAMBA_OBJ) \
+ $(DOSERR_OBJ) $(SECRETS_OBJ)
STATUS_OBJ = utils/status.o $(LOCKING_OBJ) $(PARAM_OBJ) \
$(PROFILE_OBJ) $(LIB_NONSMBD_OBJ) $(POPT_LIB_OBJ) \