summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-11-22 15:08:30 +0200
committerTor Lillqvist <tml@collabora.com>2013-11-22 15:19:12 +0200
commit48c29ef3f8214b21833a88adf02c1e1998f27b68 (patch)
tree9a9b7df3b1a90e2458be7c55501aeb5c3a268adb
parent542dee77d483e10fcd540abc04cee9fa727b6c63 (diff)
Now we can re-add CustomTarget_MobileLibreOffice_app
Change-Id: Iefb00e72f2700503ea33a28c9f7e2150f0d1e06e
-rw-r--r--ios/Module_ios.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/ios/Module_ios.mk b/ios/Module_ios.mk
index d70e27771f44..671e9f32a67b 100644
--- a/ios/Module_ios.mk
+++ b/ios/Module_ios.mk
@@ -13,6 +13,7 @@ ifeq ($(OS),IOS)
$(eval $(call gb_Module_add_targets,ios,\
Executable_LibreOffice \
CustomTarget_LibreOffice_app \
+ CustomTarget_MobileLibreOffice_app \
))
endif