summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2006-06-30 15:57:35 +0000
committerGerald Carter <jerry@samba.org>2006-06-30 15:57:35 +0000
commit7e7693136b7ad2f1bd9873d30c0b472d74e5b480 (patch)
tree286b5568baa649be36ba7664821174961ac35b36 /source
parented1360efa18f95a92c3992b0cce147b328990c3f (diff)
downloadsamba-7e7693136b7ad2f1bd9873d30c0b472d74e5b480.tar.gz
samba-7e7693136b7ad2f1bd9873d30c0b472d74e5b480.tar.xz
samba-7e7693136b7ad2f1bd9873d30c0b472d74e5b480.zip
r16713: BUG 3904: fix broken smbwrapper compile
Diffstat (limited to 'source')
-rw-r--r--source/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/Makefile.in b/source/Makefile.in
index 43e3d22e2ed..c8174d84405 100644
--- a/source/Makefile.in
+++ b/source/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) \