summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2003-07-29 15:00:38 +0000
committerVolker Lendecke <vlendec@samba.org>2003-07-29 15:00:38 +0000
commit7730b658a10c60e0c30c0d16aa4ff2da0a99ac10 (patch)
tree967fabdec2a159e6abb0c52b76dcf799a78fd61a /source3/Makefile.in
parent4db6b05e1379c638dc945b94b0dafe6b75e18ec1 (diff)
downloadsamba-7730b658a10c60e0c30c0d16aa4ff2da0a99ac10.tar.gz
samba-7730b658a10c60e0c30c0d16aa4ff2da0a99ac10.tar.bz2
samba-7730b658a10c60e0c30c0d16aa4ff2da0a99ac10.zip
This adds gss-spnego to ntlm_auth. It contains some new spnego support
from Jim McDonough. It is to enable cyrus sasl to provide the gss-spnego support. For a preliminary patch to cyrus sasl see http://samba.sernet.de/cyrus-gss-spnego.diff Volker (This used to be commit 45cef8f66e46abe4a25fd2b803a7d1051c1c6602)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 56ca81fd5c..c4d1b306a8 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -615,7 +615,8 @@ POPT_OBJS=popt/findme.o popt/popt.o popt/poptconfig.o \
TDBBACKUP_OBJ = tdb/tdbbackup.o tdb/tdbback.o $(TDBBASE_OBJ)
-NTLM_AUTH_OBJ = utils/ntlm_auth.o $(LIBSAMBA_OBJ) $(POPT_LIB_OBJ)
+NTLM_AUTH_OBJ = utils/ntlm_auth.o $(LIBSAMBA_OBJ) $(POPT_LIB_OBJ) \
+ libsmb/asn1.o libsmb/spnego.o
######################################################################
# now the rules...