0245238c626a63e33591ebd3648e2963f57b2dfd
[babeltrace.git] / tests / bin / Makefile.am
1 noinst_SCRIPTS = test_trace_read
2 CLEANFILES = $(noinst_SCRIPTS)
3 EXTRA_DIST = test_trace_read.in
4
5 $(noinst_SCRIPTS): %: %.in
6 sed "s#@TOPSRCDIR@#$(top_srcdir)#g" < $< > $@
7 chmod +x $@
This page took 0.029264 seconds and 4 git commands to generate.