X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Fregression%2Ftools%2Flive%2FMakefile.am;h=24ccc7cfc194df56563a410e9ca71c2366cacbc9;hp=ea5f417adf44f1e5855a8c3d279d35163d6640a0;hb=d7c5433442024fc55c8e9e4299c9105ed2c961ae;hpb=0d8f86e9572c440c0e62c5e925eb6d8b8bbc173a diff --git a/tests/regression/tools/live/Makefile.am b/tests/regression/tools/live/Makefile.am index ea5f417ad..24ccc7cfc 100644 --- a/tests/regression/tools/live/Makefile.am +++ b/tests/regression/tools/live/Makefile.am @@ -2,10 +2,10 @@ AM_CFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src -I$(top_srcdir)/tests/ut 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 LIBTAP=$(top_builddir)/tests/utils/tap/libtap.la