summaryrefslogtreecommitdiff
path: root/unotools/Library_utl.mk
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2013-08-10 16:22:00 +0200
committerJulien Nabet <serval2412@yahoo.fr>2013-08-10 16:22:00 +0200
commit203951880a4a61b7569eb5878efc8aa5d7ff8652 (patch)
treea586ee8470b1dd979a7ef0abf721eec3633d7dc5 /unotools/Library_utl.mk
parent651a252374d67716afedebb2a5eae76243da8e3b (diff)
fdo#46037: 1 less occurrence comphelper/configurationhelper in unotools
Change-Id: If188eecd0f5ea3802ec795866d21c41e643cbd63
Diffstat (limited to 'unotools/Library_utl.mk')
-rw-r--r--unotools/Library_utl.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/unotools/Library_utl.mk b/unotools/Library_utl.mk
index e36481167b76..2f14d75f3073 100644
--- a/unotools/Library_utl.mk
+++ b/unotools/Library_utl.mk
@@ -13,6 +13,10 @@ $(eval $(call gb_Library_Library,utl))
$(eval $(call gb_Library_use_external,utl,boost_headers))
+$(eval $(call gb_Library_use_custom_headers,utl,\
+ officecfg/registry \
+))
+
# in case UNO services are exported: declare location of component file
$(eval $(call gb_Library_set_componentfile,utl,unotools/util/utl))