diff options
author | David Tardon <dtardon@redhat.com> | 2012-10-31 12:20:06 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-10-31 13:22:29 +0100 |
commit | a6f97a750dda531deabc00223c89abf043640701 (patch) | |
tree | 8b6dbec5f68fce61074b02b8145ba70f72286f83 /config_host.mk.in | |
parent | 6b9e9763681cbc85332bf8dde843fb9c485dc536 (diff) |
fdo#54327 put system nss dlls into the install set
Change-Id: Ie809bba726c4d17eac25d36381d93ea9781d74be
Diffstat (limited to 'config_host.mk.in')
-rw-r--r-- | config_host.mk.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config_host.mk.in b/config_host.mk.in index cb38d43a8d29..581286282161 100644 --- a/config_host.mk.in +++ b/config_host.mk.in @@ -406,6 +406,7 @@ export MINGW_SHARED_GCCLIB=@MINGW_SHARED_GCCLIB@ export MINGW_SHARED_GXXLIB=@MINGW_SHARED_GXXLIB@ export MINGW_SHARED_LIBSTDCPP=@MINGW_SHARED_LIBSTDCPP@ export MINGW_SQLITE3_DLL=@MINGW_SQLITE3_DLL@ +export MINGW_SMIME3_DLL=@MINGW_SMIME3_DLL@ export MINGW_SSH2_DLL=@MINGW_SSH2_DLL@ export MINGW_SSL3_DLL=@MINGW_SSL3_DLL@ export MINGW_SSL_DLL=@MINGW_SSL_DLL@ |