diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2012-06-11 18:08:16 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2012-06-12 13:50:47 +0300 |
commit | f44530f1a0b775d8da8be2164cf54b7a2a65c614 (patch) | |
tree | 316431b5bb65d2d3de7106ec0ef87c41d8120759 /touch | |
parent | 4e4dcdae48dcd0437ff3f87a1ffc4fada53f2e3f (diff) |
udkapi and offapi are not "internal"
Change-Id: Id06783a999707ced3fe860fe23a6c48ccc40d9c4
Diffstat (limited to 'touch')
-rw-r--r-- | touch/Library_libotouch.mk | 5 |
1 files changed, 4 insertions, 1 deletions
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 \ )) |