diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-04-07 01:33:26 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-04-09 21:04:38 +0200 |
commit | 7b743c9628d9479ee3fe2650a43eee5a9a02b8a4 (patch) | |
tree | 0019869298328015fe2d79617252e4e784aaab31 /javaunohelper/Library_juhx.mk | |
parent | 02736329564fa54c9a1401515774e7cf58899295 (diff) |
javaunohelper: use InternalUnoApi
Diffstat (limited to 'javaunohelper/Library_juhx.mk')
-rw-r--r-- | javaunohelper/Library_juhx.mk | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/javaunohelper/Library_juhx.mk b/javaunohelper/Library_juhx.mk index f35ec61f949e..7f1f604e7f1b 100644 --- a/javaunohelper/Library_juhx.mk +++ b/javaunohelper/Library_juhx.mk @@ -27,13 +27,8 @@ $(eval $(call gb_Library_Library,juhx)) -$(eval $(call gb_Library_use_package,juhx,\ - javaunohelper_cppumaker \ -)) - -$(eval $(call gb_Library_set_include,juhx,\ - $$(INCLUDE) \ - -I$(WORKDIR)/CustomTarget/javaunohelper/cppumaker \ +$(eval $(call gb_Library_use_internal_comprehensive_api,juhx,\ + udkapi \ )) $(eval $(call gb_Library_use_libraries,juhx,\ |