diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-08-11 23:10:40 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-08-11 23:10:40 -0500 |
commit | 751531df525d50a2a93ed170972766851d8a8d82 (patch) | |
tree | 94aeaa345afa384983a94e6000205535f0409aa2 /sw | |
parent | 662c49c020420a878f8feb488ff9b0dc3c0d8a9f (diff) |
add the module oox into tail_build's fold
Diffstat (limited to 'sw')
-rw-r--r-- | sw/Library_msword.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/Library_msword.mk b/sw/Library_msword.mk index 2f395e1bff19..3266e50a4dfa 100644 --- a/sw/Library_msword.mk +++ b/sw/Library_msword.mk @@ -39,6 +39,7 @@ $(eval $(call gb_Library_set_include,msword,\ -I$(WORKDIR)/inc/sw/sdi \ -I$(WORKDIR)/Misc/sw/ \ $$(INCLUDE) \ + -I$(WORKDIR)/oox/inc/ \ -I$(OUTDIR)/inc/sw \ )) |