diff options
Diffstat (limited to 'l10ntools/Executable_helpex.mk')
-rw-r--r-- | l10ntools/Executable_helpex.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/l10ntools/Executable_helpex.mk b/l10ntools/Executable_helpex.mk index 22f2ae9288a4..b7e63100b351 100644 --- a/l10ntools/Executable_helpex.mk +++ b/l10ntools/Executable_helpex.mk @@ -49,4 +49,8 @@ $(eval $(call gb_Executable_add_exception_objects,helpex,\ l10ntools/source/helpmerge \ )) +$(eval $(call gb_Executable_use_externals,helpex,\ + libxml2 \ +)) + # vim:set shiftwidth=4 softtabstop=4 expandtab: |