Install easy-ust and gen-tp examples in doc/
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 16 Feb 2012 17:20:36 +0000 (12:20 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 16 Feb 2012 17:20:36 +0000 (12:20 -0500)
commit7ccf75d384dd852f7aa51b44663546dd3c6baa83
treec957230d395c11e965da3da04130f62f7de030a8
parentb25c5b37ef536d7b09fe901d97e678220ec69c9a
Install easy-ust and gen-tp examples in doc/

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
19 files changed:
Makefile.am
configure.ac
doc/Makefile.am [new file with mode: 0644]
doc/examples/Makefile.am [new file with mode: 0644]
doc/examples/easy-ust/Makefile [new file with mode: 0644]
doc/examples/easy-ust/sample [new file with mode: 0755]
doc/examples/easy-ust/sample.c [new file with mode: 0644]
doc/examples/easy-ust/sample_component_provider.h [new file with mode: 0644]
doc/examples/easy-ust/tp.c [new file with mode: 0644]
doc/examples/gen-tp/Makefile [new file with mode: 0644]
doc/examples/gen-tp/sample.c [new file with mode: 0644]
doc/examples/gen-tp/sample_tracepoint.tp [new file with mode: 0644]
tests/easy_ust/Makefile [deleted file]
tests/easy_ust/sample.c [deleted file]
tests/easy_ust/sample_component_provider.h [deleted file]
tests/easy_ust/tp.c [deleted file]
tests/gen-tp/Makefile [deleted file]
tests/gen-tp/sample.c [deleted file]
tests/gen-tp/sample_tracepoint.tp [deleted file]
This page took 0.025873 seconds and 4 git commands to generate.