summaryrefslogtreecommitdiff
path: root/gtk
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2019-02-12 12:16:40 +0100
committerJan Holesovsky <kendy@collabora.com>2019-02-12 12:20:11 +0100
commitf76b36193df424e9718bb25c589c6efd476774cc (patch)
tree48bb6f13ab7d9f5158da81f91ffe5c5712314e93 /gtk
parentd15fc93f312882037f9991335b945f8c3676a43d (diff)
android: #if(n)def MOBILEAPP -> #if (!)MOBILEAPP for better reliability.
Change-Id: I5f9c9420b6c83601db1c8fdba4ae5a10b17b2107
Diffstat (limited to 'gtk')
-rw-r--r--gtk/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index 6d767bbc0..1a6241ca6 100644
--- a/gtk/Makefile.am
+++ b/gtk/Makefile.am
@@ -3,7 +3,7 @@ bin_PROGRAMS = mobile
include_paths = -I${top_srcdir}/common -I${top_srcdir}/net -I${top_srcdir}/kit -I${top_srcdir}/wsd -I${top_srcdir}
warning_flags = -Wall -Werror -Wno-parentheses -Wno-sign-compare -Wno-unused-variable -Wno-stringop-overflow
-define_flags = -DMOBILEAPP
+define_flags = -DMOBILEAPP=1
AM_CPPFLAGS = -pthread \
-DLOOLWSD_DATADIR='"@LOOLWSD_DATADIR@"' \