summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-05-24 16:58:46 +0200
committerMichael Stahl <mstahl@redhat.com>2012-05-24 18:01:09 +0200
commitd1384b4253325764ea2cf30b7afa86ce27ef418f (patch)
tree8be390a213eb5168e1189896ad9a8c68165b2879
parentd89fe2764c198df405420447952aac81282e151e (diff)
sc: fix bogus -I$(WORKDIR)/other_module
-rw-r--r--oox/Package_generated.mk1
-rw-r--r--sc/Library_scfilt.mk1
2 files changed, 1 insertions, 1 deletions
diff --git a/oox/Package_generated.mk b/oox/Package_generated.mk
index 25152d22f64e..2af58324636a 100644
--- a/oox/Package_generated.mk
+++ b/oox/Package_generated.mk
@@ -29,6 +29,7 @@ $(eval $(call gb_Package_Package,oox_generated,$(call gb_CustomTarget_get_workdi
$(eval $(call gb_Package_add_file,oox_generated,inc/oox/token/tokens.hxx,inc/oox/token/tokens.hxx))
$(eval $(call gb_Package_add_file,oox_generated,inc/oox/token/namespaces.hxx,inc/oox/token/namespaces.hxx))
+$(eval $(call gb_Package_add_file,oox_generated,inc/oox/token/properties.hxx,inc/oox/token/properties.hxx))
$(eval $(call gb_Package_add_file,oox_generated,inc/oox/namespaces.txt,misc/namespaces.txt))
# vim: set noet sw=4 ts=4:
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) \
))