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