summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2013-04-20 09:23:40 +0200
committerDavid Tardon <dtardon@redhat.com>2013-04-24 05:18:26 +0000
commitb03a698e21e859d3f0e01ba4383470f645bea147 (patch)
tree500e7620b0d512f47e43fec12f7e631422943e2f /svx
parent1cc9bbfd57e401dbaa5bb2c1abf2fa427c7a966d (diff)
gbuild: do not deliver UNO API headers
There is no reason to copy 1000s of files to $(OUTDIR)/inc when we can easily include them from $(WORKDIR). Change-Id: I133ab6506ba76af132143b982f056e652c09d8f5 Reviewed-on: https://gerrit.libreoffice.org/3505 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'svx')
-rw-r--r--svx/Executable_gengal.bin.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/svx/Executable_gengal.bin.mk b/svx/Executable_gengal.bin.mk
index 74c82784af7a..7be4ace7a452 100644
--- a/svx/Executable_gengal.bin.mk
+++ b/svx/Executable_gengal.bin.mk
@@ -30,13 +30,12 @@ $(eval $(call gb_Executable_set_include,$(svx_GENGALBIN),\
$$(INCLUDE) \
-I$(SRCDIR)/svx/inc/ \
-I$(SRCDIR)/svx/inc/pch \
- -I$(OUTDIR)/inc/offuh \
- -I$(OUTDIR)/inc/udkapi \
- -I$(OUTDIR)/inc/offapi \
))
$(eval $(call gb_Executable_use_external,$(svx_GENGALBIN),boost_headers))
+$(eval $(call gb_Executable_use_sdk_api,$(svx_GENGALBIN)))
+
$(eval $(call gb_Executable_use_libraries,$(svx_GENGALBIN),\
basegfx \
sal \