From 5e6543ad76490b5d21b99841e1f984bad7f17e33 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sun, 9 Oct 2011 23:28:54 +1100 Subject: build: compile gensec_start.c and credentials.c in the autoconf build Signed-off-by: Stefan Metzmacher --- source3/Makefile.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3') diff --git a/source3/Makefile.in b/source3/Makefile.in index f2bab711dc..9e74d08ad9 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -559,6 +559,9 @@ LIBSMB_OBJ0 = \ libsmb/ntlmssp.o \ libsmb/ntlmssp_wrap.o \ ../auth/gensec/gensec.o \ + ../auth/gensec/gensec_start.o \ + ../auth/credentials/credentials.o \ + ../auth/credentials/credentials_samba3.o \ ../libcli/auth/ntlmssp.o \ ../libcli/auth/ntlmssp_sign.o \ $(LIBNDR_NTLMSSP_OBJ) \ -- cgit