summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2018-05-14 10:50:54 +0200
committerMichael Meeks <michael.meeks@collabora.com>2018-05-14 12:05:02 +0200
commitb4209af8f62d8d2b25edf3377a1a139feecc592f (patch)
tree3d2456eb40b15d8c02b4081254a324fdf257203d /Makefile.am
parentecce256f0556ab05ccc9499bad923364fa1d61a4 (diff)
loolsocketdump is an internal utility, not for packaging
Change-Id: Iaab93f1820266d3fcab01fefbdc62149de0472b5 Reviewed-on: https://gerrit.libreoffice.org/54305 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 3 insertions, 2 deletions
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 \