From 4fd9a9d6de6c37d368010f1485adf87a8f1523ca Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 8 Sep 2009 14:51:42 +0200 Subject: 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 --- source3/Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'source3') 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 \ -- cgit