diff options
author | David Robillard <d@drobilla.net> | 2007-08-07 23:53:34 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-08-07 23:53:34 +0000 |
commit | 973087109de4366e6682cff80970121621929d46 (patch) | |
tree | 385b2a018e934052d64cb22c69a240b1372a6a41 /tests | |
parent | 63d4377a701b4f3280ea66646e29c33ce68aef08 (diff) | |
download | raul-973087109de4366e6682cff80970121621929d46.tar.gz raul-973087109de4366e6682cff80970121621929d46.tar.bz2 raul-973087109de4366e6682cff80970121621929d46.zip |
Added individual Raul building, for those who are so inclined.
git-svn-id: http://svn.drobilla.net/lad/raul@683 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 0829d81..5aac41f 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,4 +1,4 @@ -if BUILD_TESTS +if BUILD_UNIT_TESTS AM_CXXFLAGS = -I.. -lpthread @REDLAND_CFLAGS@ @GLIBMM_CFLAGS@# -DTABLE_SORT_DEBUG ALL_LIBS = @REDLAND_LIBS@ @GLIBMM_LIBS@ ../src/libraul.la |