Install easy-ust and gen-tp examples in doc/
[lttng-ust.git] / doc / examples / Makefile.am
1 doc_examples_easy_ustdir = ${docdir}/examples/easy-ust
2 doc_examples_gen_tpdir = ${docdir}/examples/gen-tp
3
4 dist_doc_examples_easy_ust_DATA = easy-ust/Makefile \
5 easy-ust/sample.c \
6 easy-ust/sample_component_provider.h easy-ust/tp.c
7
8 dist_doc_examples_gen_tp_DATA = gen-tp/Makefile \
9 gen-tp/sample.c gen-tp/sample_tracepoint.tp
This page took 0.031041 seconds and 5 git commands to generate.