From: David Goulet Date: Thu, 20 Dec 2012 18:06:50 +0000 (-0500) Subject: Fix: missing scripts for make dist X-Git-Tag: v2.1.0~2 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=0a340972f05818a6c6c83bcc53d7481ee6f07d22 Fix: missing scripts for make dist Signed-off-by: David Goulet --- diff --git a/tests/tools/health/Makefile.am b/tests/tools/health/Makefile.am index 6f80ead34..26d246161 100644 --- a/tests/tools/health/Makefile.am +++ b/tests/tools/health/Makefile.am @@ -36,3 +36,6 @@ health_check_SOURCES = health_check.c $(UTILS) health_check_LDADD = $(top_builddir)/src/lib/lttng-ctl/liblttng-ctl.la \ $(top_builddir)/src/common/libcommon.la endif + +noinst_SCRIPTS = runall +EXTRA_DIST = runall diff --git a/tests/ust/nprocesses/Makefile.am b/tests/ust/nprocesses/Makefile.am index 20beea0be..b07ae0baa 100644 --- a/tests/ust/nprocesses/Makefile.am +++ b/tests/ust/nprocesses/Makefile.am @@ -12,5 +12,5 @@ noinst_PROGRAMS = gen-events-time gen_events_time_SOURCES = gen-events-time.c tp.c ust_gen_event.h gen_events_time_LDADD = -llttng-ust -noinst_SCRIPTS = run -EXTRA_DIST = run +noinst_SCRIPTS = run ust-nprocesses +EXTRA_DIST = run ust-nprocesses diff --git a/tests/ust/overlap/Makefile.am b/tests/ust/overlap/Makefile.am index 803f1ed90..7100034f9 100644 --- a/tests/ust/overlap/Makefile.am +++ b/tests/ust/overlap/Makefile.am @@ -1,4 +1,4 @@ SUBDIRS = demo noinst_SCRIPTS = run -EXTRA_DIST = run +EXTRA_DIST = run overlap.sh diff --git a/tests/ust/overlap/demo/Makefile.am b/tests/ust/overlap/demo/Makefile.am index 1532ecd7a..e354636bc 100644 --- a/tests/ust/overlap/demo/Makefile.am +++ b/tests/ust/overlap/demo/Makefile.am @@ -27,3 +27,6 @@ endif if LTTNG_TOOLS_BUILD_WITH_LIBC_DL demo_LDADD = -lc endif + +noinst_SCRIPTS = demo-trace +EXTRA_DIST = demo-trace