diff options
author | Andrew Tridgell <tridge@samba.org> | 2001-12-20 03:54:52 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2001-12-20 03:54:52 +0000 |
commit | 6c7e9dfb293f1243d9d8d8a2ac50ef12d738198e (patch) | |
tree | 06d8b7089381fa14e9c353a0a6a5d2c4b80ac082 /source3/Makefile.in | |
parent | 2fe6d5d5a1025007a3e67d6040c1962734cbb6ea (diff) | |
download | samba-6c7e9dfb293f1243d9d8d8a2ac50ef12d738198e.tar.gz samba-6c7e9dfb293f1243d9d8d8a2ac50ef12d738198e.tar.xz samba-6c7e9dfb293f1243d9d8d8a2ac50ef12d738198e.zip |
net ads password and net ads chostpass commands from Remus Koos
(This used to be commit 412e79c448bf02e3097b5c14a36fe0172d8d2895)
Diffstat (limited to 'source3/Makefile.in')
-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 a713d61f36c..3fa516b48ca 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -133,7 +133,7 @@ UBIQX_OBJ = ubiqx/ubi_BinTree.o ubiqx/ubi_Cache.o ubiqx/ubi_SplayTree.o \ PARAM_OBJ = param/loadparm.o param/params.o dynconfig.o LIBADS_OBJ = libads/ldap.o libads/sasl.o libads/krb5_setpw.o libads/kerberos.o \ - libads/ads_struct.o passdb/secrets.o + libads/ads_struct.o passdb/secrets.o libads/util.o LIBSMB_OBJ = libsmb/clientgen.o libsmb/cliconnect.o libsmb/clifile.o \ libsmb/clikrb5.o libsmb/clispnego.o libsmb/asn1.o \ |