Add demo program
[lttng-ust.git] / tests / demo / Makefile.am
diff --git a/tests/demo/Makefile.am b/tests/demo/Makefile.am
new file mode 100644 (file)
index 0000000..eafb076
--- /dev/null
@@ -0,0 +1,8 @@
+AM_CPPFLAGS = -I$(top_srcdir)/include
+
+noinst_PROGRAMS = demo
+demo_SOURCES = demo.c tp.c ust_tests_demo.h
+demo_LDADD = $(top_builddir)/liblttng-ust/liblttng-ust.la
+
+noinst_SCRIPTS = run
+EXTRA_DIST = run
This page took 0.023107 seconds and 4 git commands to generate.