From 368e06b05affe72b7589b340b2b557c4d387c298 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Tue, 7 May 2013 14:23:10 +0200 Subject: officecfg: remove Package_cppheader Instead include generated headers directly from workdir. Change-Id: I9d2bcc07175d2bbc16d3cc548c2245e7a4fb0c65 --- svtools/Library_svt.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'svtools') diff --git a/svtools/Library_svt.mk b/svtools/Library_svt.mk index 4b339e9958e8..df2608568940 100644 --- a/svtools/Library_svt.mk +++ b/svtools/Library_svt.mk @@ -23,6 +23,10 @@ $(eval $(call gb_Library_set_precompiled_header,svt,$(SRCDIR)/svtools/inc/pch/pr $(eval $(call gb_Library_set_componentfile,svt,svtools/util/svt)) +$(eval $(call gb_Library_use_custom_headers,svt,\ + officecfg/registry \ +)) + $(eval $(call gb_Library_use_sdk_api,svt)) $(eval $(call gb_Library_set_include,svt,\ -- cgit