summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2020-01-08 18:21:57 +0100
committerJan Holesovsky <kendy@collabora.com>2020-01-08 18:29:15 +0100
commit0cfd90d82922c772ac25d87363e10208ea111af6 (patch)
tree5725f3864b6273400a1c47ef7e2ec1046b98170a /Makefile.am
parent368f6ff70ee063c4d7322051237c29287d2d296e (diff)
android: Fix creating new file from a template.
rm -rf of the assets was newly introduced, done after copying the templates to their place. So missing templates => crash; fixed. Change-Id: I53d243b4f44c2c38843336e38e603ae0bd4b3c89 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/86449 Reviewed-by: Jan Holesovsky <kendy@collabora.com> Tested-by: Jan Holesovsky <kendy@collabora.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 57a666adb..d17bb8d99 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,7 +6,7 @@ if ENABLE_GTKAPP
SUBDIRS = gtk loleaflet
else
if ENABLE_ANDROIDAPP
-SUBDIRS = android loleaflet
+SUBDIRS = loleaflet android
else
SUBDIRS = loleaflet
endif