summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2008-05-26 22:58:31 +0000
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2008-05-26 22:58:31 +0000
commitd2d5fcc4ab64d5c25c5d6e2e4df0e8d0aa7f4342 (patch)
tree942632351e1cca8c62ee50ba50328d58d36a3f67 /tests
parent95fd951fb22a51866dc77c022e15e1e384c51344 (diff)
downloadlasso-d2d5fcc4ab64d5c25c5d6e2e4df0e8d0aa7f4342.tar.gz
lasso-d2d5fcc4ab64d5c25c5d6e2e4df0e8d0aa7f4342.tar.xz
lasso-d2d5fcc4ab64d5c25c5d6e2e4df0e8d0aa7f4342.zip
fix INCLUDES
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 50a62ebb..1931511b 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -5,8 +5,8 @@ noinst_PROGRAMS = tests perfs
INCLUDES = \
-DPACKAGE=\"@PACKAGE@\" \
+ -I$(top_builddir) \
-I$(top_srcdir) \
- -I$(top_srcdir)/lasso \
-DTESTSDATADIR=\"$(srcdir)/data/\" \
-DTESTSMETADATADIR=\"$(srcdir)/metadata/\" \
$(LASSO_CFLAGS) \