diff options
author | Günther Deschner <gd@samba.org> | 2004-11-02 08:49:18 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:53:07 -0500 |
commit | 951ebacf452ea03e5abe6652b1adc09b845f0d92 (patch) | |
tree | 64a1eaad8371709f177a2337fa12a2deb84c236f | |
parent | 37117a10142e6ad320f994cab4442b12529685ee (diff) | |
download | samba-951ebacf452ea03e5abe6652b1adc09b845f0d92.tar.gz samba-951ebacf452ea03e5abe6652b1adc09b845f0d92.tar.bz2 samba-951ebacf452ea03e5abe6652b1adc09b845f0d92.zip |
r3469: Fix build of smbmount.
Guenther
(This used to be commit d22b29ee9c37b9d35e0d785632a10856045df0dc)
-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 2a80bf772f..370017c3ad 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -546,7 +546,7 @@ CUPS_OBJ = client/smbspool.o $(PARAM_OBJ) $(LIBSMB_OBJ) $(UBIQX_OBJ) \ $(LIB_NONSMBD_OBJ) $(KRBCLIENT_OBJ) $(SECRETS_OBJ) MOUNT_OBJ = client/smbmount.o \ - $(PARAM_OBJ) $(LIBSMB_OBJ) $(KRBCLIENT_OBJ) $(UBIQX_OBJ) $(LIB_NONSMBD_OBJ) + $(PARAM_OBJ) $(LIBSMB_OBJ) $(KRBCLIENT_OBJ) $(UBIQX_OBJ) $(LIB_NONSMBD_OBJ) $(SECRETS_OBJ) MNT_OBJ = client/smbmnt.o $(VERSION_OBJ) $(SNPRINTF_OBJ) |