From: Mathieu Desnoyers Date: Wed, 4 Mar 2020 16:32:52 +0000 (-0500) Subject: Fix: Add missing vtracef demo to make dist X-Git-Tag: v2.13.0-rc1~527 X-Git-Url: http://git.liburcu.org/?p=lttng-ust.git;a=commitdiff_plain;h=43eeccf8257eb07301bab9814f2c9fadbfd9b2ff Fix: Add missing vtracef demo to make dist Signed-off-by: Mathieu Desnoyers --- diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am index 2ba8cd89..f6dbcde7 100644 --- a/doc/examples/Makefile.am +++ b/doc/examples/Makefile.am @@ -81,6 +81,7 @@ dist_doc_examples_hello_static_lib_DATA = hello-static-lib/Makefile \ dist_doc_examples_demo_tracef_DATA = demo-tracef/Makefile \ demo-tracef/demo-tracef.c \ + demo-tracef/demo-vtracef.c \ demo-tracef/README dist_doc_examples_demo_tracelog_DATA = demo-tracelog/Makefile \