diff options
author | Günther Deschner <gd@samba.org> | 2008-06-18 12:52:00 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-06-24 23:40:14 +0200 |
commit | adef1b004bde0d88f7cf2f46b62312e49a1ad2e6 (patch) | |
tree | 27741769517242b27e567e538b1bba918bcf5714 /source3/Makefile.in | |
parent | 34e41674468eb699b68c5ffbe34293f91e3b76fa (diff) | |
download | samba-adef1b004bde0d88f7cf2f46b62312e49a1ad2e6.tar.gz samba-adef1b004bde0d88f7cf2f46b62312e49a1ad2e6.tar.xz samba-adef1b004bde0d88f7cf2f46b62312e49a1ad2e6.zip |
net_vampire: add code to vampire a SAM database to a keytab file.
Guenther
(This used to be commit ee6e422c0e035aa4779fa718bb6f142827cc2de0)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r-- | source3/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 67d4ed1ac6e..4f680cc56fc 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -896,6 +896,7 @@ LIBNET_OBJ = libnet/libnet_join.o \ libnet/libnet_samsync_ldif.o \ libnet/libnet_samsync_passdb.o \ libnet/libnet_samsync_display.o \ + libnet/libnet_samsync_keytab.o \ librpc/gen_ndr/ndr_libnet_join.o NET_OBJ1 = utils/net.o utils/net_ads.o utils/net_help.o \ |