From e45e85dae29af1a8fef5442aa7c72fa991ac83f1 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 10 Jan 2007 17:41:25 +0000 Subject: Moved RDFWriter to RAUL. More work on LADSPA->LV2 converter (use RAUL's RDFWriter now). git-svn-id: http://svn.drobilla.net/lad/raul@246 a436a847-0d15-0410-975c-d299462d15a1 --- tests/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') diff --git a/tests/Makefile.am b/tests/Makefile.am index 2389628..6cb5a59 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -4,6 +4,8 @@ AM_CXXFLAGS = -I.. -lpthread bin_PROGRAMS = path_test thread_test queue_test thread_test_LDADD = ../src/libraul.la +path_test_LDADD = ../src/libraul.la +queue_test_LDADD = ../src/libraul.la path_test_SOURCES = path_test.cpp thread_test_SOURCES = thread_test.cpp -- cgit v1.2.1