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