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 /sd | |
parent | 662c49c020420a878f8feb488ff9b0dc3c0d8a9f (diff) |
add the module oox into tail_build's fold
Diffstat (limited to 'sd')
-rw-r--r-- | sd/Library_sdfilt.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/Library_sdfilt.mk b/sd/Library_sdfilt.mk index cc0701abc189..9dd3f2975a68 100644 --- a/sd/Library_sdfilt.mk +++ b/sd/Library_sdfilt.mk @@ -35,6 +35,7 @@ $(eval $(call gb_Library_set_include,sdfilt,\ -I$(realpath $(SRCDIR)/sd/inc) \ -I$(realpath $(SRCDIR)/sd/inc/pch) \ -I$(OUTDIR)/inc \ + -I$(WORKDIR)/oox/inc/ \ )) $(eval $(call gb_Library_add_defs,sdfilt,\ |