.gitignore | 1 - Makefile.am | 9 --------- 2 files changed, 10 deletions(-)
New commits: commit 865cd4a79d3a38819315d934a460864bb81797be 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/38314 Reviewed-by: Andras Timar <[email protected]> Tested-by: Andras Timar <[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 91e07fec..b1e1c39d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -107,15 +107,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
