X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=tests%2Fbin%2FMakefile.am;h=ae9eba8002b008459bba3500d26ba7d081ab6783;hp=46f8352a67d3668ab2978fd55cb64de14ea3a69f;hb=fcacebd50509eb8ec88d182a983f9c4227f32c4c;hpb=085d1d9f2b2a370f85fe4963843d144cb354c7cb diff --git a/tests/bin/Makefile.am b/tests/bin/Makefile.am index 46f8352a..ae9eba80 100644 --- a/tests/bin/Makefile.am +++ b/tests/bin/Makefile.am @@ -1,7 +1,2 @@ noinst_SCRIPTS = test_trace_read test_intersection test_packet_seq_num CLEANFILES = $(noinst_SCRIPTS) -EXTRA_DIST = test_trace_read.in - -$(noinst_SCRIPTS): %: %.in - sed "s#@ABSTOPSRCDIR@#$(abs_top_srcdir)#g" < $< > $@ - chmod +x $@