diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-05-07 15:53:03 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-05-07 17:07:44 +0200 |
commit | 38f5717b1d488b866d55a603eea1260c6203fd69 (patch) | |
tree | cb359df6ed46c2e8fc4c62d514e0acd8157ed80e /sw | |
parent | 5a8f5914c2077fe330d713a5d3a2be3b3f6a7e9a (diff) |
oox: remove Package_generated and Package_tokens
Change-Id: Iab5eb4fbfecea905f4eeb9f1b1f503c1908dadc8
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)) |