summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2020-06-03 19:46:42 +0300
committerJan Holesovsky <kendy@collabora.com>2020-10-01 18:10:51 +0200
commitc96d976017fd303ac7cf9e9c40d1c47ea0f36b1b (patch)
tree38a196567191c22aadeeaf27779bc1a16cedaf32 /Makefile.am
parentBump package version to 6.4.0-6 (diff)
downloadonline-c96d976017fd303ac7cf9e9c40d1c47ea0f36b1b.tar.gz
online-c96d976017fd303ac7cf9e9c40d1c47ea0f36b1b.zip
Make various bits of the UI configurable.
This adds the infrastructure to be able to pass the info which elements like the statusbar / ruler / sidebar are supposed to be shown or hidden on startup of the editor. Change-Id: I188264dec6961074444934ff5fd7088e23b170d4 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/103169 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Mert Tumer <mert.tumer@collabora.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 8848009948..cd1fd59f56 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -119,6 +119,7 @@ loolwsd_sources = common/Crypto.cpp \
wsd/LOOLWSD.cpp \
wsd/ClientSession.cpp \
wsd/FileServer.cpp \
+ wsd/FileServerUtil.cpp \
wsd/RequestDetails.cpp \
wsd/Storage.cpp \
wsd/TileCache.cpp \