.gitignore | 1 - Makefile.am | 9 --------- 2 files changed, 10 deletions(-)
New commits: commit 5e8423060ae07303aeae7de6d836a73727502fe5 Author: Andras Timar <[email protected]> Date: Thu Jun 1 16:47:43 2017 +0200 loolnb was killed earlier Change-Id: Ie4b1f3c890c59a8b9204af5a25842c74929ecad8 Reviewed-on: https://gerrit.libreoffice.org/38315 Reviewed-by: Jan Holesovsky <[email protected]> Tested-by: Jan Holesovsky <[email protected]> diff --git a/.gitignore b/.gitignore index 1af727aa..1fe9d685 100644 --- a/.gitignore +++ b/.gitignore @@ -59,7 +59,6 @@ loolforkit-nocaps loadtest unittest loolwsd_fuzzer -loolnb clientnb # make tags diff --git a/Makefile.am b/Makefile.am index cff7e2ff..4d2e10e7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -106,15 +106,6 @@ loolwsd_fuzzer_SOURCES = $(loolwsd_sources) \ $(shared_sources) \ kit/DummyLibreOfficeKit.cpp -loolnb_SOURCES = net/loolnb.cpp \ - net/Socket.cpp \ - common/Log.cpp \ - common/SigUtil.cpp \ - common/Util.cpp -if ENABLE_SSL -loolnb_SOURCES += net/Ssl.cpp -endif - clientnb_SOURCES = net/clientnb.cpp \ common/Log.cpp \ common/Util.cpp _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
