summaryrefslogtreecommitdiff
path: root/sw/Library_msword.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2011-04-28 09:00:41 +0200
committerDavid Tardon <dtardon@redhat.com>2011-04-28 09:00:41 +0200
commit1b1a61d4e2084de8f6dd818717ff9a8d4e5af8d8 (patch)
tree0e2b9729ee308410b7a50e136e56d3db384defa9 /sw/Library_msword.mk
parentaca06bca2131bd8585f9c64e26cd6e58c6175a7d (diff)
hack up explicit dep on sprmids.hxx from writerfilter
Diffstat (limited to 'sw/Library_msword.mk')
-rw-r--r--sw/Library_msword.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/sw/Library_msword.mk b/sw/Library_msword.mk
index 43b5f44ee5c7..b4f6004a028d 100644
--- a/sw/Library_msword.mk
+++ b/sw/Library_msword.mk
@@ -120,4 +120,11 @@ $(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: