tests: Move to kernel style SPDX license identifiers
[lttng-tools.git] / tests / utils / testapp / gen-ust-events-ns / Makefile.am
1 # SPDX-License-Identifier: GPL-2.0-only
2
3 AM_CPPFLAGS += -I$(top_srcdir)/tests/utils -I$(srcdir) \
4 -I$(top_srcdir)/tests/utils/testapp
5
6 if HAVE_LIBLTTNG_UST_CTL
7 noinst_PROGRAMS = gen-ust-events-ns
8 gen_ust_events_ns_SOURCES = gen-ust-events-ns.c tp.c tp.h
9 gen_ust_events_ns_LDADD = $(UST_LIBS) -llttng-ust-fork \
10 $(top_builddir)/tests/utils/libtestutils.la \
11 $(DL_LIBS) $(POPT_LIBS)
12 endif
This page took 0.030783 seconds and 5 git commands to generate.