From af9f5e3cb6ae7a7b4277b0e101b5cbecfa8efd25 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Fri, 14 Mar 2014 18:24:16 -0400 Subject: [PATCH] Fix: add demo-tracef to dist tarball Signed-off-by: Mathieu Desnoyers --- doc/examples/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am index d239458d..1fd0084d 100644 --- a/doc/examples/Makefile.am +++ b/doc/examples/Makefile.am @@ -3,6 +3,7 @@ doc_examples_easy_ustdir = ${docdir}/examples/easy-ust doc_examples_gen_tpdir = ${docdir}/examples/gen-tp doc_examples_demodir = ${docdir}/examples/demo doc_examples_hello_static_libdir = ${docdir}/examples/hello-static-lib +doc_examples_demo_tracefdir = ${docdir}/examples/demo-tracef if BUILD_JNI_INTERFACE doc_examples_java_juldir = ${docdir}/examples/java-jul @@ -38,6 +39,10 @@ dist_doc_examples_hello_static_lib_DATA = hello-static-lib/Makefile \ hello-static-lib/ust_tests_hello.h \ hello-static-lib/tp.c +dist_doc_examples_demo_tracef_DATA = demo-tracef/Makefile \ + demo-tracef/demo-tracef.c \ + demo-tracef/README + if NO_SHARED # Don't build examples if shared libraries support was explicitly # disabled. -- 2.34.1