From: Mathieu Desnoyers Date: Thu, 31 Jan 2013 19:59:11 +0000 (-0500) Subject: Add missing demo-trace shell script to dist tarball X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=4bc738c1febc4653365b91f658093a6795ff79a9;p=lttng-ust.git Add missing demo-trace shell script to dist tarball Signed-off-by: Mathieu Desnoyers --- diff --git a/tests/demo/Makefile.am b/tests/demo/Makefile.am index 76ab5989..47849e66 100644 --- a/tests/demo/Makefile.am +++ b/tests/demo/Makefile.am @@ -35,6 +35,8 @@ liblttng_ust_provider_ust_tests_demo3_la_LIBADD = \ liblttng_ust_provider_ust_tests_demo3_la_LDFLAGS = \ $(FORCE_SHARED_LIB_OPTIONS) +EXTRA_DIST = demo-trace + noinst_PROGRAMS = demo demo_SOURCES = demo.c ust_tests_demo.h # The demo program only depends on libdl/libc for dlopen().