Fix: make check in out of tree build
[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
MJ
12$(noinst_SCRIPTS): %: %.in
13 sed "s#@TOPSRCDIR@#$(top_srcdir)#g" < $< > $@
14 chmod +x $@
This page took 0.023812 seconds and 5 git commands to generate.