Tests: add kernel namespace context change tests
[lttng-tools.git] / tests / utils / testapp / gen-ns-events / Makefile.am
1 AM_CPPFLAGS += -I$(top_srcdir)/tests/utils -I$(srcdir) \
2 -I$(top_srcdir)/tests/utils/testapp
3
4 noinst_PROGRAMS = gen-ns-events
5 gen_ns_events_SOURCES = gen-ns-events.c
6 gen_ns_events_LDADD = \
7 $(top_builddir)/tests/utils/libtestutils.la \
8 $(DL_LIBS) $(POPT_LIBS)
This page took 0.031178 seconds and 5 git commands to generate.