summaryrefslogtreecommitdiff
path: root/comphelper
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-05-07 14:23:10 +0200
committerMichael Stahl <mstahl@redhat.com>2013-05-07 17:07:43 +0200
commit368e06b05affe72b7589b340b2b557c4d387c298 (patch)
tree32db7d18525d615045e4f5453eca07b383a57448 /comphelper
parentff9fbfd9c9e9a1caa72601df951a7fd85eb8fcc1 (diff)
officecfg: remove Package_cppheader
Instead include generated headers directly from workdir. Change-Id: I9d2bcc07175d2bbc16d3cc548c2245e7a4fb0c65
Diffstat (limited to 'comphelper')
-rw-r--r--comphelper/Library_comphelper.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/comphelper/Library_comphelper.mk b/comphelper/Library_comphelper.mk
index 1402f3cb4ca6..0746889742b2 100644
--- a/comphelper/Library_comphelper.mk
+++ b/comphelper/Library_comphelper.mk
@@ -19,8 +19,8 @@
$(eval $(call gb_Library_Library,comphelper))
-$(eval $(call gb_Library_use_packages,comphelper,\
- officecfg_cppheader \
+$(eval $(call gb_Library_use_custom_headers,comphelper,\
+ officecfg/registry \
))
$(eval $(call gb_Library_set_componentfile,comphelper,comphelper/util/comphelp))