X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=doc%2Fexamples%2FMakefile.am;h=2f376e254d28fe6045badeeb7a949e62b1009568;hb=372587317b19636c05ce40cc1da40e2047481b81;hp=3538ee6dbe5a2171a47e187b2d606b1ce068f19f;hpb=8e57e02f3ece925cdf37006a160187993c6f1cb1;p=lttng-ust.git diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am index 3538ee6d..2f376e25 100644 --- a/doc/examples/Makefile.am +++ b/doc/examples/Makefile.am @@ -24,6 +24,11 @@ dist_doc_examples_java_log4j_DATA = java-log4j/Makefile \ SUBDIRS_LOG4J = java-log4j endif +if BUILD_PYTHON_AGENT +doc_examples_pythondir = ${docdir}/examples/python +dist_doc_examples_python_DATA = python/hello.py +endif + dist_doc_examples_DATA = README dist_doc_examples_easy_ust_DATA = easy-ust/Makefile \