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 /sc | |
parent | 662c49c020420a878f8feb488ff9b0dc3c0d8a9f (diff) |
add the module oox into tail_build's fold
Diffstat (limited to 'sc')
-rw-r--r-- | sc/Library_scfilt.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/Library_scfilt.mk b/sc/Library_scfilt.mk index ce6cee1664ee..e6958f4cd487 100644 --- a/sc/Library_scfilt.mk +++ b/sc/Library_scfilt.mk @@ -34,6 +34,7 @@ $(eval $(call gb_Library_set_include,scfilt,\ -I$(realpath $(SRCDIR)/sc/inc/pch) \ -I$(WORKDIR)/Misc/sc/ \ $$(INCLUDE) \ + -I$(WORKDIR)/oox/inc/ \ -I$(OUTDIR)/inc \ )) |