X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=tests%2Funit%2Fust-error%2FMakefile.am;h=639ab87e0da835d93729d01e7625330f17db63c7;hb=e03d7c66c57bf268b87296566a5160039f35ccfb;hp=3e6ff34ffbff83599dfd05395d2de289d34c35ab;hpb=9d4c8b2d907edb9ebc9bfde55602598e7ba0832e;p=lttng-ust.git diff --git a/tests/unit/ust-error/Makefile.am b/tests/unit/ust-error/Makefile.am index 3e6ff34f..639ab87e 100644 --- a/tests/unit/ust-error/Makefile.am +++ b/tests/unit/ust-error/Makefile.am @@ -1,3 +1,5 @@ +# SPDX-FileCopyrightText: 2023 EfficiOS, Inc +# # SPDX-License-Identifier: LGPL-2.1-only AM_CPPFLAGS += -I$(top_srcdir)/tests/utils @@ -5,5 +7,5 @@ AM_CPPFLAGS += -I$(top_srcdir)/tests/utils noinst_PROGRAMS = test_ust_error test_ust_error_SOURCES = ust-error.c test_ust_error_LDADD = \ - $(top_builddir)/src/liblttng-ust/liblttng-ust.la \ + $(top_builddir)/src/lib/lttng-ust/liblttng-ust.la \ $(top_builddir)/tests/utils/libtap.a