X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=tests%2Fbin%2FMakefile.am;fp=tests%2Fbin%2FMakefile.am;h=086919b77cf1064bb002071342a6d73acd48cb61;hp=0245238c626a63e33591ebd3648e2963f57b2dfd;hb=7d5f7a9a3f914878c0ce78f299db1815a550b5d0;hpb=3b57d424073b7d258bb067ad0c0a29c3bc5be4eb diff --git a/tests/bin/Makefile.am b/tests/bin/Makefile.am index 0245238c..086919b7 100644 --- a/tests/bin/Makefile.am +++ b/tests/bin/Makefile.am @@ -3,5 +3,5 @@ CLEANFILES = $(noinst_SCRIPTS) EXTRA_DIST = test_trace_read.in $(noinst_SCRIPTS): %: %.in - sed "s#@TOPSRCDIR@#$(top_srcdir)#g" < $< > $@ + sed "s#@ABSTOPSRCDIR@#$(abs_top_srcdir)#g" < $< > $@ chmod +x $@