From a221427c277bebd2dcdc85208165d561f9b5a5bd Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 7 Jun 2007 02:22:55 +0000 Subject: Don't install unit test binaries. git-svn-id: http://svn.drobilla.net/lad/raul@530 a436a847-0d15-0410-975c-d299462d15a1 --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/Makefile.am b/tests/Makefile.am index 8347d39..27a8f1a 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -3,7 +3,7 @@ if BUILD_TESTS AM_CXXFLAGS = -I.. -lpthread @REDLAND_CFLAGS@ @GLIBMM_CFLAGS@ ALL_LIBS = @REDLAND_LIBS@ @GLIBMM_LIBS@ ../src/libraul.la -bin_PROGRAMS = \ +noinst_PROGRAMS = \ path_test \ thread_test \ queue_test \ -- cgit v1.2.1