From 4bc738c1febc4653365b91f658093a6795ff79a9 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Thu, 31 Jan 2013 14:59:11 -0500 Subject: [PATCH] Add missing demo-trace shell script to dist tarball Signed-off-by: Mathieu Desnoyers --- tests/demo/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) 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(). -- 2.34.1