X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=doc%2Fexamples%2FMakefile.am;h=b62a7886db331d744b3a2fe1e900b31ec056d885;hb=c8ab8d344b5335fae51fef01e3b8d23be066721f;hp=3538ee6dbe5a2171a47e187b2d606b1ce068f19f;hpb=8e57e02f3ece925cdf37006a160187993c6f1cb1;p=lttng-ust.git diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am index 3538ee6d..b62a7886 100644 --- a/doc/examples/Makefile.am +++ b/doc/examples/Makefile.am @@ -12,7 +12,10 @@ if BUILD_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 \ - java-jul/run + java-jul/run \ + java-jul/ApplicationContextExample.java \ + java-jul/FilterChangeListenerExample.java \ + java-jul/README SUBDIRS_JUL = java-jul endif @@ -24,6 +27,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 \ @@ -84,6 +92,7 @@ all-local: @if [ x"$(srcdir)" != x"$(builddir)" ]; then \ for subdir in $(SUBDIRS_PROXY) $(SUBDIRS_JUL) $(SUBDIRS_LOG4J); do \ cp -pfR $(srcdir)/$$subdir $(builddir); \ + chmod -R u+w $(builddir)/$$subdir; \ done; \ fi; \ if [ x"$(shell echo "$(top_srcdir)" | grep "^/" | wc -l)" = x"1" ]; then \