X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=doc%2Fexamples%2FMakefile.am;fp=doc%2Fexamples%2FMakefile.am;h=a7f52a04f7c69705288614c1c1e05d9b84a1ed87;hb=41ad81d87d649dd658ef0305d3abc987abb3fc5d;hp=b66acaf4db63573f918464ab03d6255eb31722fd;hpb=2eba8e397d36e8cecaf4731b4f892dc57f32a382;p=lttng-ust.git diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am index b66acaf4..a7f52a04 100644 --- a/doc/examples/Makefile.am +++ b/doc/examples/Makefile.am @@ -11,7 +11,7 @@ doc_examples_clock_overridedir = ${docdir}/examples/clock-override doc_examples_getcpu_overridedir = ${docdir}/examples/getcpu-override doc_examples_cmakedir = ${docdir}/examples/cmake-multiple-shared-libraries -if BUILD_JAVA_AGENT_WITH_JUL +if ENABLE_JAVA_AGENT_WITH_JUL doc_examples_java_juldir = ${docdir}/examples/java-jul dist_doc_examples_java_jul_DATA = java-jul/Makefile \ java-jul/Hello.java \ @@ -22,7 +22,7 @@ dist_doc_examples_java_jul_DATA = java-jul/Makefile \ SUBDIRS_JUL = java-jul endif -if BUILD_JAVA_AGENT_WITH_LOG4J +if ENABLE_JAVA_AGENT_WITH_LOG4J doc_examples_java_log4jdir = ${docdir}/examples/java-log4j dist_doc_examples_java_log4j_DATA = java-log4j/Makefile \ java-log4j/Hello.java \ @@ -30,13 +30,13 @@ dist_doc_examples_java_log4j_DATA = java-log4j/Makefile \ SUBDIRS_LOG4J = java-log4j endif -if BUILD_PYTHON_AGENT +if ENABLE_PYTHON_AGENT doc_examples_pythondir = ${docdir}/examples/python dist_doc_examples_python_DATA = python/hello.py endif if HAVE_CMAKE -if CXX_WORKS +if HAVE_CXX SUBDIRS_CMAKE = cmake-multiple-shared-libraries endif endif @@ -105,7 +105,7 @@ dist_doc_examples_getcpu_override_DATA = getcpu-override/Makefile \ SUBDIRS_PROXY = easy-ust demo hello-static-lib demo-tracef clock-override \ getcpu-override demo-tracelog -if BUILD_GEN_TP_EXAMPLES +if ENABLE_GEN_TP_EXAMPLES SUBDIRS_PROXY += gen-tp endif