summaryrefslogtreecommitdiffstats
path: root/scp2/source
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-08-15 07:20:13 +0200
committerDavid Tardon <dtardon@redhat.com>2012-08-15 07:29:29 +0200
commitab03e87741f25d3a5532a75c3dc59b5556a2bb24 (patch)
tree037df2994337bde643dd891b8ea3c12498de5bc6 /scp2/source
parentsal_Bool to bool (diff)
downloadcore-ab03e87741f25d3a5532a75c3dc59b5556a2bb24.tar.gz
core-ab03e87741f25d3a5532a75c3dc59b5556a2bb24.zip
add build support for libexslt
Change-Id: I539acd19fa8a0dc1a89a7a172ecad2a03ebc5d7b
Diffstat (limited to 'scp2/source')
-rw-r--r--scp2/source/ooo/mingw_dlls.scp3
1 files changed, 3 insertions, 0 deletions
diff --git a/scp2/source/ooo/mingw_dlls.scp b/scp2/source/ooo/mingw_dlls.scp
index 82a5dc1ad83e..7124530a3ddd 100644
--- a/scp2/source/ooo/mingw_dlls.scp
+++ b/scp2/source/ooo/mingw_dlls.scp
@@ -47,6 +47,9 @@ MINGW_DLL( gid_Brand_File_Lib_Mingw_Libexpat, MINGW_EXPAT_DLL )
#endif
#ifdef SYSTEM_LIBXSLT
+#ifdef NEEDS_MINGW_LIBEXSLT_DLL
+MINGW_DLL( gid_Brand_File_Lib_Mingw_Libexslt, MINGW_LIBEXSLT_DLL )
+#endif
#ifdef NEEDS_MINGW_LIBXSLT_DLL
MINGW_DLL( gid_Brand_File_Lib_Mingw_Libxslt, MINGW_LIBXSLT_DLL )
#endif