Tests: add UST namespace context change tests
[lttng-tools.git] / tests / utils / testapp / gen-ust-events-ns / Makefile.am
CommitLineData
8a558304
MJ
1AM_CPPFLAGS += -I$(top_srcdir)/tests/utils -I$(srcdir) \
2 -I$(top_srcdir)/tests/utils/testapp
3
4if HAVE_LIBLTTNG_UST_CTL
5noinst_PROGRAMS = gen-ust-events-ns
6gen_ust_events_ns_SOURCES = gen-ust-events-ns.c tp.c tp.h
7gen_ust_events_ns_LDADD = -llttng-ust -lurcu-bp -llttng-ust-fork \
8 $(top_builddir)/tests/utils/libtestutils.la \
9 $(DL_LIBS) $(POPT_LIBS)
10endif
This page took 0.022947 seconds and 4 git commands to generate.