summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2019-06-19 11:21:40 +0200
committerJan Holesovsky <kendy@collabora.com>2019-06-20 14:14:00 +0200
commitf77c8cd967546b74c14a27386276ff48d4167620 (patch)
tree8dd3b7dde17e01601684898dc9d4353010d9486f /Makefile.am
parent22720ee7d12b2d4567567f59a367251ba5f1f721 (diff)
android: make clean should clean the assets too.
Change-Id: I1cb2ddb1a7ed71234a5ffc9bdf3631d701df6e5c
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 9df919489..0b5e64ea5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,8 +5,12 @@ if ENABLE_MOBILEAPP
if ENABLE_GTKAPP
SUBDIRS = gtk loleaflet
else
+if ENABLE_ANDROIDAPP
+SUBDIRS = android loleaflet
+else
SUBDIRS = loleaflet
endif
+endif
else