[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-3' - Makefile.am

Andras Timar andras.timar at collabora.com
Mon May 14 13:13:17 UTC 2018


 Makefile.am |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

New commits:
commit 2f497712e992777245474bcdd24ed99434f916c9
Author: Andras Timar <andras.timar at collabora.com>
Date:   Mon May 14 10:50:54 2018 +0200

    loolsocketdump is an internal utility, not for packaging
    
    Change-Id: Iaab93f1820266d3fcab01fefbdc62149de0472b5
    Reviewed-on: https://gerrit.libreoffice.org/54305
    Reviewed-by: Michael Meeks <michael.meeks at collabora.com>
    Tested-by: Michael Meeks <michael.meeks at collabora.com>
    (cherry picked from commit b4209af8f62d8d2b25edf3377a1a139feecc592f)
    Reviewed-on: https://gerrit.libreoffice.org/54321

diff --git a/Makefile.am b/Makefile.am
index dfe4340af..36db3d47e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,7 +4,7 @@ export ENABLE_DEBUG
 
 bin_PROGRAMS = \
 	loolwsd loolforkit \
-	loolconvert loolconfig loolsocketdump
+	loolconvert loolconfig
 
 dist_bin_SCRIPTS = loolwsd-systemplate-setup
 
@@ -96,7 +96,8 @@ noinst_PROGRAMS = clientnb \
                   loolwsd_fuzzer \
                   loolmap \
                   loolstress \
-                  loolmount
+                  loolmount \
+                  loolsocketdump
 
 connect_SOURCES = tools/Connect.cpp \
                   common/Log.cpp \


More information about the Libreoffice-commits mailing list