summaryrefslogtreecommitdiff
path: root/sw/Library_msword.mk
diff options
context:
space:
mode:
Diffstat (limited to 'sw/Library_msword.mk')
-rw-r--r--sw/Library_msword.mk9
1 files changed, 2 insertions, 7 deletions
diff --git a/sw/Library_msword.mk b/sw/Library_msword.mk
index 3cbc9345e380..002621839617 100644
--- a/sw/Library_msword.mk
+++ b/sw/Library_msword.mk
@@ -30,6 +30,8 @@ $(eval $(call gb_Library_Library,msword))
$(eval $(call gb_Library_set_componentfile,msword,sw/util/msword))
+$(eval $(call gb_Library_add_external_headers,msword,writerfilter_sprmids))
+
$(eval $(call gb_Library_set_include,msword,\
-I$(SRCDIR)/sw/source/core/inc \
-I$(SRCDIR)/sw/source/ui/inc \
@@ -119,11 +121,4 @@ $(eval $(call gb_Library_add_exception_objects,msword,\
sw/source/filter/ww8/ww8toolbar \
))
-# TODO: This should be really fixed in writerfilter so the header is
-# delivered before compilation starts.
-$(call gb_CxxObject_get_target,sw/source/filter/ww8/wrtw8nds) \
-$(call gb_CxxObject_get_target,sw/source/filter/ww8/wrtww8gr) \
-$(call gb_CxxObject_get_target,sw/source/filter/ww8/ww8atr) \
- : $(OUTDIR)/inc/writerfilter/doctok/sprmids.hxx
-
# vim: set noet sw=4 ts=4: