X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Fregression%2Ftools%2Fhealth%2FMakefile.am;h=643dd31d2081b3deaba926d78575d26e3ee5770c;hp=c244d65af535b37f77b8cf0b3c81e5687b19bcc4;hb=d7c5433442024fc55c8e9e4299c9105ed2c961ae;hpb=0d8f86e9572c440c0e62c5e925eb6d8b8bbc173a diff --git a/tests/regression/tools/health/Makefile.am b/tests/regression/tools/health/Makefile.am index c244d65af..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