From 346fb62cf6c22a9b92a4ff470ecd8304a7b8a3f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Thu, 14 Aug 2014 19:06:21 +0200 Subject: [PATCH] tests: don't install binary "tests" with autotools --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index cc6f2056a..106e9f353 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -33,7 +33,7 @@ lib_weechat_unit_tests_a_SOURCES = unit/core/test-eval.cpp \ unit/core/test-utf8.cpp \ unit/core/test-util.cpp -bin_PROGRAMS = tests +noinst_PROGRAMS = tests # Because of a linker bug, we have to link 2 times with lib_weechat_core.a # (and it must be 2 different path/names to be kept by linker)