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