Fix: make check in out of tree build
[babeltrace.git] / tests / bin / Makefile.am
CommitLineData
3b57d424
MJ
1noinst_SCRIPTS = test_trace_read
2CLEANFILES = $(noinst_SCRIPTS)
3EXTRA_DIST = test_trace_read.in
15553d19 4
3b57d424
MJ
5$(noinst_SCRIPTS): %: %.in
6 sed "s#@TOPSRCDIR@#$(top_srcdir)#g" < $< > $@
7 chmod +x $@
This page took 0.025435 seconds and 4 git commands to generate.