[Libreoffice-commits] online.git: .gitignore gtk/Makefile.am
Jan-Marek Glogowski (via logerrit)
logerrit at kemper.freedesktop.org
Tue Jul 14 14:20:59 UTC 2020
.gitignore | 3 +++
gtk/Makefile.am | 6 +++++-
2 files changed, 8 insertions(+), 1 deletion(-)
New commits:
commit 52eeae509bc5d0e70e5532a41d749e1e9a79eced
Author: Jan-Marek Glogowski <glogow at fbihome.de>
AuthorDate: Sat Jul 11 03:04:41 2020 +0200
Commit: Jan-Marek Glogowski <glogow at fbihome.de>
CommitDate: Tue Jul 14 16:20:38 2020 +0200
Fix gtk fake mobile application build
Just adds the missing source files to the automake file.
Still it seems unmaintained since a year and doesn't look that
mobile at all (from my expectations), but it still works AFAI
can tell.
While at it add the mobile binary to .gitignore.
Change-Id: I7db21041c6848f94fcb4058c730385b077048a9c
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/98553
Tested-by: Jenkins
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
Reviewed-by: Jan-Marek Glogowski <glogow at fbihome.de>
diff --git a/.gitignore b/.gitignore
index 1129e29e6..fc30a33db 100644
--- a/.gitignore
+++ b/.gitignore
@@ -110,6 +110,9 @@ BUNDLE-VERSION
/android/lib/src/main/assets/hello-world.od*
/android/lib/src/main/cpp/CMakeLists.txt
+# gtk fake mobile app
+gtk/mobile
+
# backup and temporary editor files: the only convenience rules allowed here.
*~
.*sw?
diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index 6694a88bd..c0bbcbb3b 100644
--- a/gtk/Makefile.am
+++ b/gtk/Makefile.am
@@ -17,7 +17,8 @@ AM_CPPFLAGS = -pthread \
AM_LDFLAGS = -pthread ${WEBKIT_LIBS} -ldl
-common_sources = ../common/Unit.cpp \
+common_sources = \
+ ../common/Authorization.cpp \
../common/FileUtil.cpp \
../common/Log.cpp \
../common/MessageQueue.cpp \
@@ -25,6 +26,8 @@ common_sources = ../common/Unit.cpp \
../common/Session.cpp \
../common/SigUtil.cpp \
../common/SpookyV2.cpp \
+ ../common/StringVector.cpp \
+ ../common/Unit.cpp \
../common/Util.cpp
kit_sources = ../kit/ChildSession.cpp \
@@ -36,6 +39,7 @@ net_sources = ../net/FakeSocket.cpp \
wsd_sources = ../wsd/ClientSession.cpp \
../wsd/DocumentBroker.cpp \
../wsd/LOOLWSD.cpp \
+ ../wsd/RequestDetails.cpp \
../wsd/Storage.cpp \
../wsd/TileCache.cpp
More information about the Libreoffice-commits
mailing list