[Libreoffice-commits] online.git: Makefile.am
Andras Timar
andras.timar at collabora.com
Tue Feb 28 13:12:12 UTC 2017
Makefile.am | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
New commits:
commit 71b8ebb72d86154e60bd89fca7835e526684f2d7
Author: Andras Timar <andras.timar at collabora.com>
Date: Tue Feb 28 14:11:41 2017 +0100
do not package loolwsd_fuzzer
diff --git a/Makefile.am b/Makefile.am
index 23c1055..a7b3251 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,7 +2,7 @@ SUBDIRS = . test loleaflet
export ENABLE_DEBUG
-bin_PROGRAMS = loolwsd loolforkit loolwsd_fuzzer loolmap loolmount looltool loolstress
+bin_PROGRAMS = loolwsd loolforkit loolmap loolmount looltool loolstress
dist_bin_SCRIPTS = loolwsd-systemplate-setup
@@ -65,7 +65,8 @@ loolwsd_SOURCES = $(loolwsd_sources) \
noinst_PROGRAMS = connect \
lokitclient \
- loolforkit-nocaps
+ loolforkit-nocaps \
+ loolwsd_fuzzer
connect_SOURCES = tools/Connect.cpp \
common/Log.cpp \
More information about the Libreoffice-commits
mailing list