X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=tests%2Finclude.am;fp=tests%2Finclude.am;h=49d45dd42d9a8a4ecfbaabea60a2d3f6e1968c94;hb=f5fae22c45112ad6bd21a85f0dc85a963f46b094;hp=414b143b393c69039a5f652f81f9e430eb6dc516;hpb=6b056c58a4ba49455842e7b85dbd60b60e0e963f;p=awesomized%2Flibmemcached diff --git a/tests/include.am b/tests/include.am index 414b143b..49d45dd4 100644 --- a/tests/include.am +++ b/tests/include.am @@ -27,10 +27,10 @@ noinst_HEADERS+= tests/runner.h # Cycle should always run first tests_cycle_CFLAGS= $(AM_CFLAGS) $(NO_CONVERSION) $(NO_STRICT_ALIASING) tests_cycle_CXXFLAGS= $(AM_CXXFLAGS) -tests_cycle_CXXFLAGS+= ${PTHREAD_CFLAGS} +tests_cycle_CXXFLAGS+= @PTHREAD_CFLAGS@ tests_cycle_SOURCES= tests/cycle.cc tests_cycle_LDADD= $(TESTS_LDADDS) -tests_cycle_LDADD+= ${PTHREAD_LIBS} +tests_cycle_LDADD+= @PTHREAD_LIBS@ check_PROGRAMS+= tests/cycle noinst_PROGRAMS+= tests/cycle