X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2Fregression%2Ftools%2Fcrash%2FMakefile.am;fp=tests%2Fregression%2Ftools%2Fcrash%2FMakefile.am;h=627a478383598a44272c671a8650f5d0f92951c7;hb=4c80129b997f0fde87c1355ebf2c44fda8fdb13c;hp=0000000000000000000000000000000000000000;hpb=811a4037bee26a445b338ba524d979c0c27ca03a;p=lttng-tools.git diff --git a/tests/regression/tools/crash/Makefile.am b/tests/regression/tools/crash/Makefile.am new file mode 100644 index 000000000..627a47838 --- /dev/null +++ b/tests/regression/tools/crash/Makefile.am @@ -0,0 +1,18 @@ +AM_CPPFLAGS = -I$(top_srcdir)/include + +noinst_SCRIPTS = test_crash +EXTRA_DIST = test_crash + +all-local: + @if [ x"$(srcdir)" != x"$(builddir)" ]; then \ + for script in $(EXTRA_DIST); do \ + cp -f $(srcdir)/$$script $(builddir); \ + done; \ + fi + +clean-local: + @if [ x"$(srcdir)" != x"$(builddir)" ]; then \ + for script in $(EXTRA_DIST); do \ + rm -f $(builddir)/$$script; \ + done; \ + fi