X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=tests%2Fregression%2Fust%2Flibc-wrapper%2FMakefile.am;h=fec753f51d755aa015c9961b107f8484fc800d98;hb=7ccba6cb4d96e233ad7fa3cd412a44829781dd17;hp=2a800728eb0fd6f5cd6d57500ac101ecffce2dfe;hpb=343af227102f6b274bfd7f6c7220eb3b776ba5e3;p=lttng-tools.git diff --git a/tests/regression/ust/libc-wrapper/Makefile.am b/tests/regression/ust/libc-wrapper/Makefile.am index 2a800728e..fec753f51 100644 --- a/tests/regression/ust/libc-wrapper/Makefile.am +++ b/tests/regression/ust/libc-wrapper/Makefile.am @@ -1,6 +1,8 @@ +# SPDX-License-Identifier: GPL-2.0-only + noinst_PROGRAMS = prog prog_SOURCES = prog.c -prog_LDADD = -llttng-ust -llttng-ust-libc-wrapper +prog_LDADD = $(UST_LIBS) -llttng-ust-libc-wrapper noinst_SCRIPTS = test_libc-wrapper test_libc-wrapper.py EXTRA_DIST = test_libc-wrapper test_libc-wrapper.py