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