Fix: Skip lttng-gen-tp example build if Python is missing
[lttng-ust.git] / doc / examples / Makefile.am
index 971eec3eb4ab4ee67043ddb9945af2138994f80a..0d341c82dff97e81cf5c1079747997a7a448514e 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
+
+if BUILD_GEN_TP_EXAMPLES
+SUBDIRS_PROXY += gen-tp
+endif
 
 all-local:
        @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
This page took 0.022866 seconds and 4 git commands to generate.