X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2Fbin%2FMakefile.am;h=ae9eba8002b008459bba3500d26ba7d081ab6783;hb=c41a7502567d497c602bf88a291d4f19955bb8f6;hp=2bf94246a893e5c03e8283e422514a347eb94e44;hpb=250dc52255f3e8e9f7aa03f50a1cc666306e7ff1;p=babeltrace.git diff --git a/tests/bin/Makefile.am b/tests/bin/Makefile.am index 2bf94246..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 test_intersection.in test_packet_seq_num.in - -$(noinst_SCRIPTS): %: %.in - sed "s#@ABSTOPSRCDIR@#$(abs_top_srcdir)#g" < $< > $@ - chmod +x $@