From f44530f1a0b775d8da8be2164cf54b7a2a65c614 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 11 Jun 2012 18:08:16 +0300 Subject: udkapi and offapi are not "internal" Change-Id: Id06783a999707ced3fe860fe23a6c48ccc40d9c4 --- touch/Library_libotouch.mk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/touch/Library_libotouch.mk b/touch/Library_libotouch.mk index 418c31a989de..1e06db466583 100644 --- a/touch/Library_libotouch.mk +++ b/touch/Library_libotouch.mk @@ -13,9 +13,12 @@ $(eval $(call gb_Library_set_include,libotouch,\ $$(INCLUDE) \ )) -$(eval $(call gb_Library_use_internal_comprehensive_api,libotouch,\ +$(eval $(call gb_Library_use_api,libotouch,\ udkapi \ offapi \ +)) + +$(eval $(call gb_Library_use_internal_comprehensive_api,libotouch,\ touch \ )) -- cgit