diff Makefile.mingw @ 21125:23d046a20aa0

Improved cyrus sasl support on win32: - Actually install the cyrus sasl libraries and plugins - Add INSTDIR/sasl2 to sasl plugin path at runtime so cyrus can find the mechanisms - Remove cyrus sasl bits during uninstallation (installation is still conditional on CYRUS_SASL=1 being defined)
author Stu Tomlinson <stu@nosnilmot.com>
date Sat, 03 Nov 2007 20:13:51 +0000
parents a82465913e2e
children ff8dc621f3c3
line wrap: on
line diff
--- a/Makefile.mingw	Sat Nov 03 19:57:01 2007 +0000
+++ b/Makefile.mingw	Sat Nov 03 20:13:51 2007 +0000
@@ -42,19 +42,30 @@
 # Any *.dll or *.exe files included in win32-install-dir that we don't compile
 # should be included in this list so they don't get stripped
 EXTERNAL_DLLS = \
+	comerr32.dll \
 	freebl3.dll \
+	gssapi32.dll \
+	k5sprt32.dll \
+	krb5_32.dll \
 	libgtkspell.dll \
 	libmeanwhile-1.dll \
+	libsasl.dll \
 	libxml2.dll \
 	nspr4.dll \
 	nss3.dll \
 	nssckbi.dll \
 	plc4.dll \
 	plds4.dll \
+	saslANONYMOUS.dll \
+	saslCRAMMD5.dll \
+	saslDIGESTMD5.dll \
+	saslGSSAPI.dll \
+	saslLOGIN.dll \
+	saslPLAIN.dll \
 	silc.dll \
 	silcclient.dll \
+	smime3.dll \
 	softokn3.dll \
-	smime3.dll \
 	ssl3.dll
 
 #build an expression for `find` to use to ignore the above files