diff options
Diffstat (limited to 'xmlscript')
-rw-r--r-- | xmlscript/Library_xmlscript.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlscript/Library_xmlscript.mk b/xmlscript/Library_xmlscript.mk index 40852a12bb70..7a26dc333b38 100644 --- a/xmlscript/Library_xmlscript.mk +++ b/xmlscript/Library_xmlscript.mk @@ -11,7 +11,7 @@ $(eval $(call gb_Library_Library,xmlscript)) $(eval $(call gb_Library_use_external,xmlscript,boost_headers)) -$(eval $(call gb_Library_set_componentfile,xmlscript,xmlscript/util/xmlscript)) +$(eval $(call gb_Library_set_componentfile,xmlscript,xmlscript/util/xmlscript,services)) $(eval $(call gb_Library_use_sdk_api,xmlscript)) |