fix: relayd: unaligned access in trace_chunk_registry_ht_key_hash
[lttng-tools.git] / tests / regression / ust / libc-wrapper / Makefile.am
index 2a800728eb0fd6f5cd6d57500ac101ecffce2dfe..fec753f51d755aa015c9961b107f8484fc800d98 100644 (file)
@@ -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
This page took 0.02469 seconds and 4 git commands to generate.