X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=doc%2Fexamples%2FMakefile.am;h=1fd0084dcc36215f669f2ceae6857022a7d0e3c5;hb=af9f5e3cb6ae7a7b4277b0e101b5cbecfa8efd25;hp=971eec3eb4ab4ee67043ddb9945af2138994f80a;hpb=9a37727f9dc181b93fbfcb273f59340a66fc056e;p=deliverable%2Flttng-ust.git diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am index 971eec3e..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,12 +39,20 @@ 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. else # Copies are for VPATH build support -SUBDIRS_PROXY = easy-ust demo gen-tp hello-static-lib +SUBDIRS_PROXY = easy-ust demo hello-static-lib demo-tracef + +if BUILD_GEN_TP_EXAMPLES +SUBDIRS_PROXY += gen-tp +endif all-local: @if [ x"$(srcdir)" != x"$(builddir)" ]; then \