summaryrefslogtreecommitdiff
path: root/touch/Module_touch.mk
diff options
context:
space:
mode:
Diffstat (limited to 'touch/Module_touch.mk')
-rw-r--r--touch/Module_touch.mk7
1 files changed, 4 insertions, 3 deletions
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: