Add UST namespace context change tests
[lttng-tools.git] / tests / utils / testapp / gen-ust-events-ns / Makefile.am
diff --git a/tests/utils/testapp/gen-ust-events-ns/Makefile.am b/tests/utils/testapp/gen-ust-events-ns/Makefile.am
new file mode 100644 (file)
index 0000000..39f9912
--- /dev/null
@@ -0,0 +1,10 @@
+AM_CPPFLAGS += -I$(top_srcdir)/tests/utils -I$(srcdir) \
+              -I$(top_srcdir)/tests/utils/testapp
+
+if HAVE_LIBLTTNG_UST_CTL
+noinst_PROGRAMS = gen-ust-events-ns
+gen_ust_events_ns_SOURCES = gen-ust-events-ns.c tp.c tp.h
+gen_ust_events_ns_LDADD = -llttng-ust -lurcu-bp -llttng-ust-fork \
+               $(top_builddir)/tests/utils/libtestutils.la \
+               $(DL_LIBS) $(POPT_LIBS)
+endif
This page took 0.023888 seconds and 5 git commands to generate.