diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-05-07 14:23:10 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-05-07 17:07:43 +0200 |
commit | 368e06b05affe72b7589b340b2b557c4d387c298 (patch) | |
tree | 32db7d18525d615045e4f5453eca07b383a57448 /sfx2/Library_sfx.mk | |
parent | ff9fbfd9c9e9a1caa72601df951a7fd85eb8fcc1 (diff) |
officecfg: remove Package_cppheader
Instead include generated headers directly from workdir.
Change-Id: I9d2bcc07175d2bbc16d3cc548c2245e7a4fb0c65
Diffstat (limited to 'sfx2/Library_sfx.mk')
-rw-r--r-- | sfx2/Library_sfx.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sfx2/Library_sfx.mk b/sfx2/Library_sfx.mk index ef81f31c3482..4b11e9b02707 100644 --- a/sfx2/Library_sfx.mk +++ b/sfx2/Library_sfx.mk @@ -27,6 +27,10 @@ $(eval $(call gb_Library_add_sdi_headers,sfx,sfx2/sdi/sfxslots)) $(eval $(call gb_Library_set_componentfile,sfx,sfx2/util/sfx)) +$(eval $(call gb_Library_use_custom_headers,sfx,\ + officecfg/registry \ +)) + $(eval $(call gb_Library_use_sdk_api,sfx)) $(eval $(call gb_Library_set_include,sfx,\ |