Build system: implement REUSE with SPDX identifiers
[lttng-ust.git] / tests / unit / ust-elf / Makefile.am
index 622d70b48a9922055f841186b356c4e68bc87030..5a65105a57d84e970381e0d1550ff4b4a86d61f0 100644 (file)
@@ -1,3 +1,5 @@
+# SPDX-FileCopyrightText: 2023 EfficiOS, Inc
+#
 # SPDX-License-Identifier: LGPL-2.1-only
 
 AM_CPPFLAGS += -I$(top_srcdir)/tests/utils
@@ -5,7 +7,8 @@ AM_CPPFLAGS += -I$(top_srcdir)/tests/utils
 noinst_PROGRAMS = ust-elf
 ust_elf_SOURCES = ust-elf.c
 ust_elf_LDADD = \
-       $(top_builddir)/src/liblttng-ust/liblttng-ust.la \
+       $(top_builddir)/src/common/libcommon.la \
+       $(top_builddir)/src/lib/lttng-ust-common/liblttng-ust-common.la \
        $(top_builddir)/tests/utils/libtap.a
 
 dist_check_SCRIPTS = test_ust_elf
This page took 0.023646 seconds and 4 git commands to generate.