summaryrefslogtreecommitdiff
path: root/javaunohelper/Library_juh.mk
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-04-07 01:33:26 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2012-04-09 21:04:38 +0200
commit7b743c9628d9479ee3fe2650a43eee5a9a02b8a4 (patch)
tree0019869298328015fe2d79617252e4e784aaab31 /javaunohelper/Library_juh.mk
parent02736329564fa54c9a1401515774e7cf58899295 (diff)
javaunohelper: use InternalUnoApi
Diffstat (limited to 'javaunohelper/Library_juh.mk')
-rw-r--r--javaunohelper/Library_juh.mk11
1 files changed, 1 insertions, 10 deletions
diff --git a/javaunohelper/Library_juh.mk b/javaunohelper/Library_juh.mk
index 19297e7955ce..4783bd982a93 100644
--- a/javaunohelper/Library_juh.mk
+++ b/javaunohelper/Library_juh.mk
@@ -27,16 +27,7 @@
$(eval $(call gb_Library_Library,juh))
-$(eval $(call gb_Library_use_package,juh,\
- javaunohelper_cppumaker \
-))
-
-$(eval $(call gb_Library_set_include,juh,\
- $$(INCLUDE) \
- -I$(WORKDIR)/CustomTarget/javaunohelper/cppumaker \
-))
-
-$(eval $(call gb_Library_use_api,juh,\
+$(eval $(call gb_Library_use_internal_comprehensive_api,juh,\
udkapi \
))