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