Build system: implement REUSE with SPDX identifiers
[lttng-ust.git] / tests / unit / libringbuffer / Makefile.am
index 52b4012324cba1724a1a1f8bf56171d15ab34edd..3eee6a2cdc088f4c61835593ff7771d71be28a33 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
@@ -6,6 +8,6 @@ noinst_PROGRAMS = test_shm
 test_shm_SOURCES = shm.c
 test_shm_LDADD = \
        $(top_builddir)/src/common/libringbuffer.la \
-       $(top_builddir)/src/lib/lttng-ust/liblttng-ust-common.la \
+       $(top_builddir)/src/lib/lttng-ust-common/liblttng-ust-common.la \
        $(top_builddir)/src/common/libcommon.la \
        $(top_builddir)/tests/utils/libtap.a
This page took 0.024108 seconds and 4 git commands to generate.