1 # SPDX-License-Identifier: LGPL-2.1-only
3 AM_CPPFLAGS += -I$(top_srcdir)/tests/utils
5 noinst_PROGRAMS = ust-elf
6 ust_elf_SOURCES = ust-elf.c
8 $(top_builddir)/src/liblttng-ust/liblttng-ust.la \
9 $(top_builddir)/tests/utils/libtap.a
11 dist_check_SCRIPTS = test_ust_elf
13 # Directories added to EXTRA_DIST will be recursively copied to the distribution.