X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=tests%2Funit%2Fust-elf%2FMakefile.am;h=5a65105a57d84e970381e0d1550ff4b4a86d61f0;hb=e03d7c66c57bf268b87296566a5160039f35ccfb;hp=ff7fb7dfa37803f9e50ab318cbf0e6bacc052a80;hpb=c0c0989ab70574e09b2f7e8b48c2da6af664a849;p=lttng-ust.git diff --git a/tests/unit/ust-elf/Makefile.am b/tests/unit/ust-elf/Makefile.am index ff7fb7df..5a65105a 100644 --- a/tests/unit/ust-elf/Makefile.am +++ b/tests/unit/ust-elf/Makefile.am @@ -1,12 +1,18 @@ +# SPDX-FileCopyrightText: 2023 EfficiOS, Inc +# # SPDX-License-Identifier: LGPL-2.1-only AM_CPPFLAGS += -I$(top_srcdir)/tests/utils noinst_PROGRAMS = ust-elf ust_elf_SOURCES = ust-elf.c -ust_elf_LDADD = $(top_builddir)/liblttng-ust/liblttng-ust.la \ +ust_elf_LDADD = \ + $(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 + # Directories added to EXTRA_DIST will be recursively copied to the distribution. EXTRA_DIST = \ $(srcdir)/data \