Fix: make check in OOT build with absolute path
[deliverable/lttng-ust.git] / tests / ust-elf / Makefile.am
CommitLineData
22609c7a
AB
1AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/tests/utils
2
3noinst_PROGRAMS = prog
4prog_SOURCES = prog.c
5prog_LDADD = $(top_builddir)/liblttng-ust/liblttng-ust.la \
6 $(top_builddir)/tests/utils/libtap.a
7
f829629f
MJ
8noinst_SCRIPTS = test_ust_elf
9CLEANFILES = $(noinst_SCRIPTS)
10EXTRA_DIST = test_ust_elf.in $(srcdir)/data/**
22609c7a 11
f829629f 12$(noinst_SCRIPTS): %: %.in
d8c9fa43 13 sed "s#@ABSTOPSRCDIR@#$(abs_top_srcdir)#g" < $< > $@
f829629f 14 chmod +x $@
This page took 0.023965 seconds and 5 git commands to generate.