diff options
Diffstat (limited to 'unotools')
-rw-r--r-- | unotools/Library_utl.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unotools/Library_utl.mk b/unotools/Library_utl.mk index 07603acb5213..15c7b5a0960f 100644 --- a/unotools/Library_utl.mk +++ b/unotools/Library_utl.mk @@ -21,7 +21,7 @@ $(eval $(call gb_Library_use_custom_headers,utl,\ )) # in case UNO services are exported: declare location of component file -$(eval $(call gb_Library_set_componentfile,utl,unotools/util/utl)) +$(eval $(call gb_Library_set_componentfile,utl,unotools/util/utl,services)) $(eval $(call gb_Library_set_include,utl, \ $$(INCLUDE) \ |