Implement tracef() instrumentation API
[lttng-ust.git] / doc / examples / Makefile.am
index 971eec3eb4ab4ee67043ddb9945af2138994f80a..d239458d78bba1b38ba684e0d48f8e42af45b4e7 100644 (file)
@@ -43,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 \
This page took 0.023238 seconds and 4 git commands to generate.