]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Fix.
authorSimon Josefsson <simon@josefsson.org>
Tue, 14 Feb 2006 14:40:29 +0000 (14:40 +0000)
committerSimon Josefsson <simon@josefsson.org>
Tue, 14 Feb 2006 14:40:29 +0000 (14:40 +0000)
maint-cfg.mk

index c6b5082ce041697c03748304f4ed953bdeafd54c..830594de56f89647bd6f03053acea84192d52d21 100644 (file)
@@ -34,6 +34,6 @@ bootstrap: gtk-doc.make autoreconf
        ./configure $(CFGFLAGS)
 
 mingw32: gtk-doc.make autoreconf 
-       ./configure $(CFGFLAGS) --host=i586-mingw32msvc --build=`./config.guess`
+       ./configure $(CFGFLAGS) --host=i586-mingw32msvc --build=`./config.guess` --with-included-libtasn1 --with-included-opencdk
 
 .PHONY: bootstrap autoreconf mingw32