Introduce c++ test
[lttng-ust.git] / tests / hello.cxx / Makefile.am
diff --git a/tests/hello.cxx/Makefile.am b/tests/hello.cxx/Makefile.am
new file mode 100644 (file)
index 0000000..81c2a50
--- /dev/null
@@ -0,0 +1,8 @@
+AM_CPPFLAGS = -I$(top_srcdir)/include
+
+noinst_PROGRAMS = hello
+hello_SOURCES = hello.cpp tp.c ust_tests_hello.h
+hello_LDADD = $(top_builddir)/liblttng-ust/liblttng-ust.la
+
+noinst_SCRIPTS = run
+EXTRA_DIST = run
This page took 0.022773 seconds and 4 git commands to generate.