X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Finclude.am;h=49d45dd42d9a8a4ecfbaabea60a2d3f6e1968c94;hb=74d60e0cbacf53e996e9a72b644e30ed7efa3835;hp=414b143b393c69039a5f652f81f9e430eb6dc516;hpb=ee1620247d27b52cc849811899d2d8884a6a2d02;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