tests: Move to kernel style SPDX license identifiers
[lttng-tools.git] / tests / regression / ust / daemon / Makefile.am
index 1a52b634b0e8e1ea1a9ff53b6c01006e3bcf106d..c2a836ed4714f30d8442a26d374945923fa04014 100644 (file)
@@ -1,8 +1,10 @@
+# SPDX-License-Identifier: GPL-2.0-only
+
 AM_CPPFLAGS += -I$(srcdir)
 
 noinst_PROGRAMS = daemon
 daemon_SOURCES = daemon.c ust_tests_daemon.h
-daemon_LDADD = -llttng-ust -llttng-ust-fork $(DL_LIBS)
+daemon_LDADD = $(UST_LIBS) -llttng-ust-fork $(DL_LIBS)
 
 noinst_SCRIPTS = test_daemon test_daemon.py
 EXTRA_DIST = test_daemon test_daemon.py
This page took 0.023438 seconds and 4 git commands to generate.