summaryrefslogtreecommitdiffstats
path: root/unotools/Library_utl.mk
diff options
context:
space:
mode:
Diffstat (limited to 'unotools/Library_utl.mk')
-rw-r--r--unotools/Library_utl.mk7
1 files changed, 5 insertions, 2 deletions
diff --git a/unotools/Library_utl.mk b/unotools/Library_utl.mk
index 66c08480db69..4097a71c6370 100644
--- a/unotools/Library_utl.mk
+++ b/unotools/Library_utl.mk
@@ -51,11 +51,14 @@ $(eval $(call gb_Library_use_libraries,utl,\
ucbhelper \
))
-# add all source files that shall be compiled with exceptions enabled
-# the name is relative to $(SRCROOT) and must not contain an extension
$(eval $(call gb_Library_add_exception_objects,utl,\
unotools/source/accessibility/accessiblerelationsethelper \
unotools/source/accessibility/accessiblestatesethelper \
+))
+
+# add all source files that shall be compiled with exceptions enabled
+# the name is relative to $(SRCROOT) and must not contain an extension
+$(eval $(call gb_Library_add_exception_objects,utl,\
unotools/source/config/bootstrap \
unotools/source/config/cmdoptions \
unotools/source/config/compatibility \