From bb59442e8131ab45ab36900c05c02757eca05feb Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Wed, 25 Aug 2004 00:48:14 +0000 Subject: Removed NTLM support from the main branch. --- daemon/Makefile.am | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'daemon/Makefile.am') diff --git a/daemon/Makefile.am b/daemon/Makefile.am index e4eecde..3c22d10 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -14,22 +14,10 @@ PGSQL_SOURCES = pgsql.c MYSQL_SOURCES = mysql.c -NTLM_SOURCES = ntlm.c ntlmssp.h ntlmssp.c \ - smblib/smblib.c smblib/smblib-util.c smblib/file.c smblib/smb-errors.c \ - smblib/exper.c smblib/smblib-api.c smblib/smblib.h smblib/std-defines.h \ - smblib/smblib-priv.h smblib/smblib-common.h \ - rfcnb/rfcnb-io.c rfcnb/rfcnb-util.c rfcnb/session.c rfcnb/byteorder.h \ - rfcnb/rfcnb-common.h rfcnb/rfcnb-error.h rfcnb/rfcnb.h rfcnb/rfcnb-io.h \ - rfcnb/rfcnb-priv.h rfcnb/rfcnb-util.h rfcnb/std-includes.h - if WITH_LDAP httpauthd_SOURCES += $(LDAP_SOURCES) endif -if WITH_NTLM -httpauthd_SOURCES += $(NTLM_SOURCES) -endif - if WITH_PGSQL httpauthd_SOURCES += $(PGSQL_SOURCES) endif @@ -42,4 +30,4 @@ httpauthd_CFLAGS = -D_THREAD_SAFE -pthread -DLinux \ -I${top_srcdir}/common/ -I${top_srcdir} httpauthd_LDFLAGS = -pthread -EXTRA_DIST = $(LDAP_SOURCES) $(NTLM_SOURCES) $(PGSQL_SOURCES) $(MYSQL_SOURCES) +EXTRA_DIST = $(LDAP_SOURCES) $(PGSQL_SOURCES) $(MYSQL_SOURCES) -- cgit v1.2.3