unowinreg.dll is needed on all platforms

Change-Id: I55771733baee432d2ccf75df012552eb2d035acd
This commit is contained in:
Matúš Kukan 2012-10-11 21:07:22 +02:00
parent c5ac6a71f4
commit 1d1d1b463d

View File

@ -3302,9 +3302,13 @@ AC_SUBST(SHOWINCLUDES_PREFIX)
#
if test "$_os" == "WINNT"; then
DBGHELP_DLL="13fbc2e8b37ddf28181dd6d8081c2b8e-dbghelp.dll"
UNOWINREG_DLL="185d60944ea767075d27247c3162b3bc-unowinreg.dll"
fi
AC_SUBST(DBGHELP_DLL)
#
# unowinreg.dll
#
UNOWINREG_DLL="185d60944ea767075d27247c3162b3bc-unowinreg.dll"
AC_SUBST(UNOWINREG_DLL)
#