diff options
author | David Tardon <dtardon@redhat.com> | 2012-10-30 14:19:08 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-10-30 15:25:20 +0100 |
commit | 5644397e44833ec43362c2d36d308c80bce8116f (patch) | |
tree | cb17a90642f1d2e9ff35aef2f651054d48c3f62f /config_host.mk.in | |
parent | 46412b411d4b3ecd86dab85717788beed89d3489 (diff) |
fdo#55514 put liblangtag dll to install set
Change-Id: Ia2df651604358c70c0af129b5d60b149d2f1629e
Diffstat (limited to 'config_host.mk.in')
-rw-r--r-- | config_host.mk.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config_host.mk.in b/config_host.mk.in index f8566af96a0e..31f40b1abaa7 100644 --- a/config_host.mk.in +++ b/config_host.mk.in @@ -367,6 +367,7 @@ export MINGW_FONTCONFIG_DLL=@MINGW_FONTCONFIG_DLL@ 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_GNUTLS_DLL=@MINGW_GNUTLS_DLL@ export MINGW_GPG_ERROR_DLL=@MINGW_GPG_ERROR_DLL@ export MINGW_GRAPHITE2_DLL=@MINGW_GRAPHITE2_DLL@ @@ -382,6 +383,7 @@ export MINGW_INTL_DLL=@MINGW_INTL_DLL@ export MINGW_JPEG_DLL=@MINGW_JPEG_DLL@ export MINGW_LCMS2_DLL=@MINGW_LCMS2_DLL@ export MINGW_LIBEXSLT_DLL=@MINGW_LIBEXSLT_DLL@ +export MINGW_LIBLANGTAG_DLL=@MINGW_LIBLANGTAG_DLL@ export MINGW_LIBXML_DLL=@MINGW_LIBXML_DLL@ export MINGW_LIBXSLT_DLL=@MINGW_LIBXSLT_DLL@ export MINGW_LPSOLVE_DLL=@MINGW_LPSOLVE_DLL@ |