Move all sources to 'src/'
[lttng-ust.git] / tests / unit / ust-elf / Makefile.am
CommitLineData
c0c0989a
MJ
1# SPDX-License-Identifier: LGPL-2.1-only
2
fb54defd 3AM_CPPFLAGS += -I$(top_srcdir)/tests/utils
22609c7a 4
37b3de59
MJ
5noinst_PROGRAMS = ust-elf
6ust_elf_SOURCES = ust-elf.c
9d4c8b2d
MJ
7ust_elf_LDADD = \
8 $(top_builddir)/src/liblttng-ust/liblttng-ust.la \
22609c7a
AB
9 $(top_builddir)/tests/utils/libtap.a
10
8a36ff81
MJ
11dist_check_SCRIPTS = test_ust_elf
12
e6e508c9 13# Directories added to EXTRA_DIST will be recursively copied to the distribution.
37b3de59 14EXTRA_DIST = \
e6e508c9
MJ
15 $(srcdir)/data \
16 README.md
This page took 0.02611 seconds and 4 git commands to generate.