doc: add Python example
[lttng-ust.git] / doc / examples / Makefile.am
index 9404054d207642ca0dcc054f292c780294ee5b00..f3ca158c40fa10b4fc0da49f4d0ff3126dd1692a 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.023061 seconds and 4 git commands to generate.