Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
if LTTNG_UST_BUILD_WITH_LIBC_DL
hello_LDADD += -lc
endif
-
-noinst_SCRIPTS = run
-EXTRA_DIST = run
-This is a hello world application used to test the LTTng userspace tracer.
+This is a "hello world" application used to verify that an instrumented
+program written in C++ can be built successfully.
+
+Only enabled if a C++ build environment is detected during configure.
+++ /dev/null
-#!/bin/sh
-
-UST_AUTOPROBE=1 UST_TRACE=1 LD_LIBRARY_PATH=../libust/.libs:../../liburcu $1 .libs/hello