loolwsd/test/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit cf717152a75261ebf53753f2ccd98a20ef5de5eb Author: Ashod Nakashian <[email protected]> Date: Mon May 2 19:04:16 2016 -0400 loolwsd: bin_PROGRAMS -> noinst_PROGRAMS Change-Id: Idfcfc9d21edafd094aa7c50b300b298e1ddfe6f5 Reviewed-on: https://gerrit.libreoffice.org/24598 Reviewed-by: Ashod Nakashian <[email protected]> Tested-by: Ashod Nakashian <[email protected]> diff --git a/loolwsd/test/Makefile.am b/loolwsd/test/Makefile.am index 2587cec..c36cc2a 100644 --- a/loolwsd/test/Makefile.am +++ b/loolwsd/test/Makefile.am @@ -1,7 +1,7 @@ AUTOMAKE_OPTION = serial-tests check_PROGRAMS = test -bin_PROGRAMS = test +noinst_PROGRAMS = test AM_CXXFLAGS = $(CPPUNIT_CFLAGS) _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
