X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2Fregression%2Ftools%2Fhealth%2FMakefile.am;h=643dd31d2081b3deaba926d78575d26e3ee5770c;hb=3e46b4ca56f63bddb99098556060898e07df8c06;hp=ed13743a41303970a7ea098ab651b035c6baf4ea;hpb=a33d2d4ae3b4bd640b5f535b4213e6606e7d0ddd;p=lttng-tools.git diff --git a/tests/regression/tools/health/Makefile.am b/tests/regression/tools/health/Makefile.am index ed13743a4..643dd31d2 100644 --- a/tests/regression/tools/health/Makefile.am +++ b/tests/regression/tools/health/Makefile.am @@ -2,10 +2,10 @@ AM_CFLAGS = -I. -O2 -g -I$(top_srcdir)/include AM_LDFLAGS = if LTTNG_TOOLS_BUILD_WITH_LIBDL -AM_LDFLAGS += -ldl +LIBS += -ldl endif if LTTNG_TOOLS_BUILD_WITH_LIBC_DL -AM_LDFLAGS += -lc +LIBS += -lc endif if NO_SHARED @@ -38,9 +38,9 @@ health_check_LDADD = $(top_builddir)/src/lib/lttng-ctl/liblttng-ctl.la \ endif dist_noinst_SCRIPTS = test_thread_exit test_thread_stall test_tp_fail \ - test_health.sh + test_health.sh test_thread_ok EXTRA_DIST = test_thread_exit test_thread_stall test_tp_fail \ - test_health.sh + test_health.sh test_thread_ok all-local: @if [ x"$(srcdir)" != x"$(builddir)" ]; then \