diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-10-09 23:28:54 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-10-18 13:13:31 +1100 |
commit | 5e6543ad76490b5d21b99841e1f984bad7f17e33 (patch) | |
tree | cfc476117af67463b1499147c5c828840c377e1d /source3 | |
parent | 5f1161581084693d9c03b0d72a77856f99463b70 (diff) | |
download | samba-5e6543ad76490b5d21b99841e1f984bad7f17e33.tar.gz samba-5e6543ad76490b5d21b99841e1f984bad7f17e33.tar.bz2 samba-5e6543ad76490b5d21b99841e1f984bad7f17e33.zip |
build: compile gensec_start.c and credentials.c in the autoconf build
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3')
-rw-r--r-- | source3/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
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) \ |