339feaf1befc42323db1d3cd032cee6952e28723
[lttng-ust.git] / tests / unit / ust-elf / Makefile.am
1 # SPDX-License-Identifier: LGPL-2.1-only
2
3 AM_CPPFLAGS += -I$(top_srcdir)/tests/utils
4
5 noinst_PROGRAMS = ust-elf
6 ust_elf_SOURCES = ust-elf.c
7 ust_elf_LDADD = $(top_builddir)/liblttng-ust/liblttng-ust.la \
8 $(top_builddir)/tests/utils/libtap.a
9
10 dist_check_SCRIPTS = test_ust_elf
11
12 # Directories added to EXTRA_DIST will be recursively copied to the distribution.
13 EXTRA_DIST = \
14 $(srcdir)/data \
15 README.md
This page took 0.02925 seconds and 3 git commands to generate.