doc: add Python example
[deliverable/lttng-ust.git] / doc / examples / Makefile.am
index 3538ee6dbe5a2171a47e187b2d606b1ce068f19f..2f376e254d28fe6045badeeb7a949e62b1009568 100644 (file)
@@ -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 \
This page took 0.02367 seconds and 5 git commands to generate.