Add missing files to distribution
[lttng-ust.git] / tests / ust-elf / Makefile.am
CommitLineData
22609c7a
AB
1AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/tests/utils
2
37b3de59
MJ
3noinst_PROGRAMS = ust-elf
4ust_elf_SOURCES = ust-elf.c
5ust_elf_LDADD = $(top_builddir)/liblttng-ust/liblttng-ust.la \
22609c7a
AB
6 $(top_builddir)/tests/utils/libtap.a
7
e6e508c9 8# Directories added to EXTRA_DIST will be recursively copied to the distribution.
37b3de59 9EXTRA_DIST = \
e6e508c9
MJ
10 $(srcdir)/data \
11 README.md
This page took 0.02419 seconds and 4 git commands to generate.