Add missing scripts to the dist package
authorDavid Goulet <dgoulet@efficios.com>
Fri, 17 Aug 2012 19:38:05 +0000 (15:38 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Fri, 17 Aug 2012 19:38:05 +0000 (15:38 -0400)
Signed-off-by: David Goulet <dgoulet@efficios.com>
tests/Makefile.am
tests/tools/streaming/Makefile.am

index 27570566b509c093d542ff266710aa5beae4d848..bc0f0a59afc336ffb905b37c43f90309758d01d2 100644 (file)
@@ -3,7 +3,7 @@ SUBDIRS = . tools kernel
 AM_CFLAGS = -g -Wall
 AM_LDFLAGS = -lurcu -lurcu-cds
 
-EXTRA_DIST = run-report.py test_list.py utils.sh utils.h
+EXTRA_DIST = run-report.py test_list.py utils.sh utils.h runall.sh
 
 if HAVE_LIBLTTNG_UST_CTL
 SUBDIRS += ust
index 27ef18b03a3d2aa3cb9bf1f9335ab8db9424b966..f7a3c9d7552cdfcdea30373b9077735678e78326 100644 (file)
@@ -23,5 +23,5 @@ gen_ust_events_SOURCES = gen-ust-events.c tp.c tp.h
 gen_ust_events_LDADD = -llttng-ust
 endif
 
-noinst_SCRIPTS = runall run-ust run-kernel
-EXTRA_DIST = runall run-ust run-kernel
+noinst_SCRIPTS = runall run-ust run-kernel uri_switch
+EXTRA_DIST = runall run-ust run-kernel uri_switch
This page took 0.026868 seconds and 5 git commands to generate.