X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=tests%2Fregression%2Fust%2Fexit-fast%2FMakefile.am;h=7ae169706c4a1d2433178baacd107e7de60b7528;hb=9d16b343fb9e781fc8d8fa3c448a3f382306dd33;hp=539803d7beb82fcd995345cd88867d03211847bd;hpb=c83e7ca00efd681ec2406d2a2b2622d373ae2647;p=lttng-tools.git diff --git a/tests/regression/ust/exit-fast/Makefile.am b/tests/regression/ust/exit-fast/Makefile.am index 539803d7b..7ae169706 100644 --- a/tests/regression/ust/exit-fast/Makefile.am +++ b/tests/regression/ust/exit-fast/Makefile.am @@ -1,15 +1,10 @@ -AM_CPPFLAGS = -I$(srcdir) +# SPDX-License-Identifier: GPL-2.0-only + +AM_CPPFLAGS += -I$(srcdir) noinst_PROGRAMS = exit-fast exit_fast_SOURCES = exit-fast.c ust_tests_exitfast.h -exit_fast_LDADD = -llttng-ust - -if LTTNG_TOOLS_BUILD_WITH_LIBDL -exit_fast_LDADD += -ldl -endif -if LTTNG_TOOLS_BUILD_WITH_LIBC_DL -exit_fast_LDADD += -lc -endif +exit_fast_LDADD = $(UST_LIBS) $(DL_LIBS) noinst_SCRIPTS = test_exit-fast test_exit-fast.py EXTRA_DIST = test_exit-fast test_exit-fast.py