X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=doc%2Fexamples%2FMakefile.am;h=1fd0084dcc36215f669f2ceae6857022a7d0e3c5;hb=af9f5e3cb6ae7a7b4277b0e101b5cbecfa8efd25;hp=d239458d78bba1b38ba684e0d48f8e42af45b4e7;hpb=7dae71f2117c236a44bb78b023ad6100021707d8;p=lttng-ust.git 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.