diff options
Diffstat (limited to 'unotools/Library_utl.mk')
-rw-r--r-- | unotools/Library_utl.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/unotools/Library_utl.mk b/unotools/Library_utl.mk index 9067660e7944..52f2eff48653 100644 --- a/unotools/Library_utl.mk +++ b/unotools/Library_utl.mk @@ -11,6 +11,8 @@ # utl is the name of the library as it is found in Repository.mk $(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 \ )) |