eadbaa8964c3c93e076b9f5704e8e61676ea5b6e
[lttng-ust.git] / tests / unit / ust-elf / Makefile.am
1 AM_CPPFLAGS += -I$(top_srcdir)/tests/utils
2
3 noinst_PROGRAMS = ust-elf
4 ust_elf_SOURCES = ust-elf.c
5 ust_elf_LDADD = $(top_builddir)/liblttng-ust/liblttng-ust.la \
6 $(top_builddir)/tests/utils/libtap.a
7
8 # Directories added to EXTRA_DIST will be recursively copied to the distribution.
9 EXTRA_DIST = \
10 $(srcdir)/data \
11 README.md
This page took 0.028983 seconds and 3 git commands to generate.