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

New commits:
commit 2f497712e992777245474bcdd24ed99434f916c9
Author: Andras Timar <[email protected]>
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 <[email protected]>
    Tested-by: Michael Meeks <[email protected]>
    (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 \
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to