diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-05-24 16:58:46 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-05-24 18:01:09 +0200 |
commit | d1384b4253325764ea2cf30b7afa86ce27ef418f (patch) | |
tree | 8be390a213eb5168e1189896ad9a8c68165b2879 /sc/Library_scfilt.mk | |
parent | d89fe2764c198df405420447952aac81282e151e (diff) |
sc: fix bogus -I$(WORKDIR)/other_module
Diffstat (limited to 'sc/Library_scfilt.mk')
-rw-r--r-- | sc/Library_scfilt.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/Library_scfilt.mk b/sc/Library_scfilt.mk index 3d81d713375c..d582e2210643 100644 --- a/sc/Library_scfilt.mk +++ b/sc/Library_scfilt.mk @@ -29,7 +29,6 @@ $(eval $(call gb_Library_set_include,scfilt,\ -I$(SRCDIR)/sc/source/filter/inc \ -I$(SRCDIR)/sc/source/ui/inc \ -I$(SRCDIR)/sc/inc \ - -I$(WORKDIR)/oox/inc \ $$(INCLUDE) \ )) |