diff options
author | Günther Deschner <gd@samba.org> | 2009-09-08 14:51:42 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-09-08 14:55:10 +0200 |
commit | 4fd9a9d6de6c37d368010f1485adf87a8f1523ca (patch) | |
tree | 6850e71813248f8a9243ccb9dd488bb5ea4a4949 /source3 | |
parent | 1d37a8171ca712ef11c12bde3b1fa9837c602ec2 (diff) | |
download | samba-4fd9a9d6de6c37d368010f1485adf87a8f1523ca.tar.gz samba-4fd9a9d6de6c37d368010f1485adf87a8f1523ca.tar.bz2 samba-4fd9a9d6de6c37d368010f1485adf87a8f1523ca.zip |
schannel: add NL_AUTH_MESSAGE and both NL_AUTH_SIGNATURE structs.
These actually belong netlogon but we for now want to keep netlogon as a security
providor separate.
Guenther
Diffstat (limited to 'source3')
-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 76ab280a1a..1908257c93 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -497,6 +497,7 @@ TLDAP_OBJ = lib/tldap.o lib/tldap_util.o lib/util_tsock.o SCHANNEL_OBJ = ../libcli/auth/credentials.o \ ../libcli/auth/schannel_state_tdb.o \ ../librpc/gen_ndr/ndr_schannel.o \ + ../librpc/ndr/ndr_schannel.o \ passdb/secrets_schannel.o LIBSMB_OBJ = libsmb/clientgen.o libsmb/cliconnect.o libsmb/clifile.o \ |