summaryrefslogtreecommitdiff
path: root/xml2cmp/Executable_xml2cmp.mk
diff options
context:
space:
mode:
Diffstat (limited to 'xml2cmp/Executable_xml2cmp.mk')
-rw-r--r--xml2cmp/Executable_xml2cmp.mk8
1 files changed, 3 insertions, 5 deletions
diff --git a/xml2cmp/Executable_xml2cmp.mk b/xml2cmp/Executable_xml2cmp.mk
index 878e9e20fe53..9704b7642b3e 100644
--- a/xml2cmp/Executable_xml2cmp.mk
+++ b/xml2cmp/Executable_xml2cmp.mk
@@ -46,8 +46,6 @@ $(eval $(call gb_Executable_add_exception_objects,xml2cmp,\
xml2cmp/source/xcd/dependy \
))
-#uwinapi is part of STDLIBS on windows, but it is created in sal, which
-#depends on this module.
-$(eval $(call gb_Executable_use_libraries,xml2cmp,\
- $(filter-out uwinapi,$(gb_STDLIBS)) \
-))
+$(eval $(call gb_Executable_add_standard_system_libs,xml2cmp))
+
+# vim: set noet sw=4 ts=4: