summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYehuda Sadeh <yehuda@inktank.com>2012-12-10 10:16:02 -0800
committerYehuda Sadeh <yehuda@inktank.com>2012-12-10 10:19:02 -0800
commit47c81a3baac75b967a97609302b501ede6d9ef87 (patch)
treee8a20aa43483ad7d28cae4aecbb62140a1c695f7
parentd4c6a22d798ff6de1bee31824144aa33bbf5e608 (diff)
downloadceph-47c81a3baac75b967a97609302b501ede6d9ef87.tar.gz
Makefile.am: add missing flags to some tests targets
adding CRYPTO_CXXFLAGS to some targets. This is required when building --with-nss. Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
-rw-r--r--src/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index e6dc5a3f434..aa4f00bfb48 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -229,10 +229,12 @@ bin_DEBUGPROGRAMS += smalliobench
smalliobenchfs_SOURCES = test/bench/small_io_bench_fs.cc test/bench/filestore_backend.cc test/bench/detailed_stat_collector.cc test/bench/bencher.cc
smalliobenchfs_LDADD = librados.la -lboost_program_options $(LIBOS_LDA) $(LIBGLOBAL_LDA)
+smalliobenchfs_CXXFLAGS = ${CRYPTO_CXXFLAGS} ${AM_CXXFLAGS}
bin_DEBUGPROGRAMS += smalliobenchfs
smalliobenchdumb_SOURCES = test/bench/small_io_bench_dumb.cc test/bench/dumb_backend.cc test/bench/detailed_stat_collector.cc test/bench/bencher.cc
smalliobenchdumb_LDADD = librados.la -lboost_program_options $(LIBOS_LDA) $(LIBGLOBAL_LDA)
+smalliobenchdumb_CXXFLAGS = ${CRYPTO_CXXFLAGS} ${AM_CXXFLAGS}
bin_DEBUGPROGRAMS += smalliobenchdumb
tpbench_SOURCES = test/bench/tp_bench.cc test/bench/detailed_stat_collector.cc
@@ -863,6 +865,7 @@ test_mon_workloadgen_SOURCES = \
osdc/Objecter.cc \
osdc/Striper.cc
test_mon_workloadgen_LDADD = $(LIBOS_LDA) $(LIBGLOBAL_LDA)
+test_mon_workloadgen_CXXFLAGS = ${CRYPTO_CXXFLAGS} ${AM_CXXFLAGS}
bin_DEBUGPROGRAMS += test_mon_workloadgen
test_rados_api_io_SOURCES = test/librados/io.cc test/librados/test.cc