From 03a9ec4aa5a795b86fa626de1bf23196d7375f50 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sun, 14 Apr 2013 18:55:55 +0300 Subject: [PATCH] Don't bother with unused stuff Also, install the header files on all platforms. Change-Id: I06820416956a6b35ff327d8871f7d4adf16ef15b --- touch/Library_libotouch.mk | 9 --------- touch/Module_touch.mk | 7 ++++--- 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/touch/Library_libotouch.mk b/touch/Library_libotouch.mk index 7e26f3d4ff86..cd0a14cf6132 100644 --- a/touch/Library_libotouch.mk +++ b/touch/Library_libotouch.mk @@ -14,16 +14,7 @@ $(eval $(call gb_Library_set_include,libotouch,\ )) $(eval $(call gb_Library_use_sdk_api,libotouch)) - -$(eval $(call gb_Library_use_internal_comprehensive_api,libotouch,\ - touch \ -)) - -$(eval $(call gb_Library_use_libraries,libotouch,\ -)) - $(eval $(call gb_Library_add_exception_objects,libotouch,\ - touch/source/uno/Document \ touch/source/generic/libotouch \ )) diff --git a/touch/Module_touch.mk b/touch/Module_touch.mk index fde090d3be23..b2857a964301 100644 --- a/touch/Module_touch.mk +++ b/touch/Module_touch.mk @@ -11,12 +11,13 @@ $(eval $(call gb_Module_Module,touch)) ifneq (,$(filter IOS ANDROID,$(OS))) $(eval $(call gb_Module_add_targets,touch,\ - CustomTarget_touch_javamaker \ - InternalUnoApi_touch \ Library_libotouch \ - Package_inc \ )) endif +$(eval $(call gb_Module_add_targets,touch,\ + Package_inc \ +)) + # vim: set noet sw=4 ts=4: