Install easy-ust and gen-tp examples in doc/
[lttng-ust.git] / doc / examples / Makefile.am
diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am
new file mode 100644 (file)
index 0000000..f825f8b
--- /dev/null
@@ -0,0 +1,9 @@
+doc_examples_easy_ustdir = ${docdir}/examples/easy-ust
+doc_examples_gen_tpdir = ${docdir}/examples/gen-tp
+
+dist_doc_examples_easy_ust_DATA = easy-ust/Makefile \
+       easy-ust/sample.c \
+       easy-ust/sample_component_provider.h easy-ust/tp.c
+
+dist_doc_examples_gen_tp_DATA = gen-tp/Makefile \
+       gen-tp/sample.c  gen-tp/sample_tracepoint.tp
This page took 0.02388 seconds and 4 git commands to generate.