diff options
Diffstat (limited to 'sw')
-rw-r--r-- | sw/Library_msword.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sw/Library_msword.mk b/sw/Library_msword.mk index a2b64e36640b..93a43d11802d 100644 --- a/sw/Library_msword.mk +++ b/sw/Library_msword.mk @@ -21,7 +21,10 @@ $(eval $(call gb_Library_Library,msword)) $(eval $(call gb_Library_set_componentfile,msword,sw/util/msword)) -$(eval $(call gb_Library_use_custom_headers,msword,writerfilter/source)) +$(eval $(call gb_Library_use_custom_headers,msword,\ + oox/generated \ + writerfilter/source \ +)) $(eval $(call gb_Library_set_precompiled_header,msword,$(SRCDIR)/sw/inc/pch/precompiled_msword)) |