summaryrefslogtreecommitdiff
path: root/oox/Library_oox.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-05-07 15:53:03 +0200
committerMichael Stahl <mstahl@redhat.com>2013-05-07 17:07:44 +0200
commit38f5717b1d488b866d55a603eea1260c6203fd69 (patch)
treecb359df6ed46c2e8fc4c62d514e0acd8157ed80e /oox/Library_oox.mk
parent5a8f5914c2077fe330d713a5d3a2be3b3f6a7e9a (diff)
oox: remove Package_generated and Package_tokens
Change-Id: Iab5eb4fbfecea905f4eeb9f1b1f503c1908dadc8
Diffstat (limited to 'oox/Library_oox.mk')
-rw-r--r--oox/Library_oox.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/oox/Library_oox.mk b/oox/Library_oox.mk
index a8c95ee980f1..3d8743fe4f40 100644
--- a/oox/Library_oox.mk
+++ b/oox/Library_oox.mk
@@ -9,11 +9,6 @@
$(eval $(call gb_Library_Library,oox))
-$(eval $(call gb_Library_use_packages,oox,\
- oox_generated \
- oox_tokens \
-))
-
$(eval $(call gb_Library_set_precompiled_header,oox,$(SRCDIR)/oox/inc/pch/precompiled_oox))
$(eval $(call gb_Library_use_custom_headers,oox,oox/generated))
@@ -21,7 +16,6 @@ $(eval $(call gb_Library_use_custom_headers,oox,oox/generated))
$(eval $(call gb_Library_set_include,oox,\
$$(INCLUDE) \
-I$(SRCDIR)/oox/inc \
- -I$(call gb_CustomTarget_get_workdir,oox/generated)/inc \
))
ifeq ($(COM)-$(OS)-$(CPUNAME),GCC-LINUX-IA64)