summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2014-04-24 12:31:54 +0200
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2014-04-24 12:32:43 +0200
commit59b05693418e92d6b77c469d77d71344113c8dd7 (patch)
treed58176d3a4eb95c93bdc04bde493f610ed0f5007
parent6d854cef4211cdcdbc7446c978f23ab859847cdd (diff)
downloadlasso-59b05693418e92d6b77c469d77d71344113c8dd7.tar.gz
lasso-59b05693418e92d6b77c469d77d71344113c8dd7.tar.xz
lasso-59b05693418e92d6b77c469d77d71344113c8dd7.zip
tests: pass automake CFLAGS when compiling tests2
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 2a90f95e..6560e9cd 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -34,7 +34,7 @@ tests2_LDADD = \
$(LASSO_LIBS) \
$(CHECK_LIBS)
tests2_LDFLAGS = -rpath `cd $(top_builddir)/lasso/.libs/; pwd`
-tests2_CFLAGS = -DSRCDIR=\"$(srcdir)\"
+tests2_CFLAGS = $(AM_CFLAGS) -DSRCDIR=\"$(srcdir)\"
perfs_SOURCES = perfs.c
perfs_LDADD = $(top_builddir)/lasso/liblasso.la $(LASSO_LIBS)