[Libreoffice-commits] online.git: Makefile.am

Andras Timar andras.timar at collabora.com
Mon May 14 10:05:20 UTC 2018


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

New commits:
commit b4209af8f62d8d2b25edf3377a1a139feecc592f
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>

diff --git a/Makefile.am b/Makefile.am
index dcb993ce8..1618e78b7 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