X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=tests%2Fregression%2Fust%2Fexit-fast%2FMakefile.am;h=7ae169706c4a1d2433178baacd107e7de60b7528;hb=e1fec41ba85e9e9a04393ded656a30664728a60e;hp=06cda46a585a8a4900823745d4e54bf36707e131;hpb=b1c46f877df8d424d82125f32e2dabd651280f3b;p=lttng-tools.git diff --git a/tests/regression/ust/exit-fast/Makefile.am b/tests/regression/ust/exit-fast/Makefile.am index 06cda46a5..7ae169706 100644 --- a/tests/regression/ust/exit-fast/Makefile.am +++ b/tests/regression/ust/exit-fast/Makefile.am @@ -1,8 +1,10 @@ +# 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 $(DL_LIBS) +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