X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=doc%2Fexamples%2FMakefile.am;h=d239458d78bba1b38ba684e0d48f8e42af45b4e7;hb=641c659aa0558ea68008e96c64abe9629d540ae7;hp=e19af38c86d8e9e751b8cc8c1fb014b2fdb872a2;hpb=0faf99b80e69821dc5a42aad15b139c9e4cbf450;p=lttng-ust.git diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am index e19af38c..d239458d 100644 --- a/doc/examples/Makefile.am +++ b/doc/examples/Makefile.am @@ -10,7 +10,6 @@ dist_doc_examples_java_jul_DATA = java-jul/Makefile \ java-jul/Hello.java \ java-jul/run SUBDIRS_JUL = java-jul -bin_SCRIPTS = java-jul/Makefile endif dist_doc_examples_DATA = README @@ -44,7 +43,11 @@ if NO_SHARED # 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 \