From 069704d390d70afe507b5f049a472a6aefaed64d Mon Sep 17 00:00:00 2001 From: David Tardon Date: Wed, 31 Oct 2012 13:21:25 +0100 Subject: fdo#55514 libgmodule is needed too Change-Id: Icee2ffbe18ea732220f174cd4bf433ceb03d128b --- config_host.mk.in | 1 + 1 file changed, 1 insertion(+) (limited to 'config_host.mk.in') diff --git a/config_host.mk.in b/config_host.mk.in index 581286282161..105b67234132 100644 --- a/config_host.mk.in +++ b/config_host.mk.in @@ -366,6 +366,7 @@ export MINGW_FREETYPE_DLL=@MINGW_FREETYPE_DLL@ export MINGW_GCCDLL=@MINGW_GCCDLL@ export MINGW_GCRYPT_DLL=@MINGW_GCRYPT_DLL@ export MINGW_GLIB_DLL=@MINGW_GLIB_DLL@ +export MINGW_GMODULE_DLL=@MINGW_GMODULE_DLL@ export MINGW_GNUTLS_DLL=@MINGW_GNUTLS_DLL@ export MINGW_GPG_ERROR_DLL=@MINGW_GPG_ERROR_DLL@ export MINGW_GRAPHITE2_DLL=@MINGW_GRAPHITE2_DLL@ -- cgit