Test the stream intersection feature
[babeltrace.git] / tests / bin / Makefile.am
index 1243823fb4d57f700d70cb84aea07ce480111e1f..086919b77cf1064bb002071342a6d73acd48cb61 100644 (file)
@@ -1 +1,7 @@
-EXTRA_DIST = test_trace_read
+noinst_SCRIPTS = test_trace_read
+CLEANFILES = $(noinst_SCRIPTS)
+EXTRA_DIST = test_trace_read.in
+
+$(noinst_SCRIPTS): %: %.in
+       sed "s#@ABSTOPSRCDIR@#$(abs_top_srcdir)#g" < $< > $@
+       chmod +x $@
This page took 0.024131 seconds and 4 git commands to generate.