diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-12-31 22:24:44 +1100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-01-11 09:02:41 +0100 |
commit | f5a117172ec17e1b0b9245bb5e067ca2da23572c (patch) | |
tree | cc73241b5134a73d7927807de90ec8cf55a77e37 /source3/Makefile.in | |
parent | 14c8a13d3e2b2eb199e9eb26fa41f89bc380509e (diff) | |
download | samba-f5a117172ec17e1b0b9245bb5e067ca2da23572c.tar.gz samba-f5a117172ec17e1b0b9245bb5e067ca2da23572c.tar.bz2 samba-f5a117172ec17e1b0b9245bb5e067ca2da23572c.zip |
gensec: move gensec_util.c to the top level
To do this some defines need to move to common_auth.h
Andrew Bartlett
Signed-off-by: Stefan Metzmacher <metze@samba.org>
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 532cd79d88..a6324b0171 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -557,6 +557,7 @@ LIBSMB_OBJ0 = \ libsmb/ntlmssp_wrap.o \ ../auth/gensec/gensec.o \ ../auth/gensec/gensec_start.o \ + ../auth/gensec/gensec_util.o \ ../auth/credentials/credentials.o \ ../auth/credentials/credentials_samba3.o \ ../auth/ntlmssp/ntlmssp.o \ |