tests: Move to kernel style SPDX license identifiers
[lttng-tools.git] / tests / utils / testapp / gen-ust-tracef / Makefile.am
1 # SPDX-License-Identifier: GPL-2.0-only
2
3 AM_CPPFLAGS += -I$(srcdir) \
4 -I$(top_srcdir)/tests/utils/testapp
5
6 if HAVE_LIBLTTNG_UST_CTL
7 noinst_PROGRAMS = gen-ust-tracef
8 gen_ust_tracef_SOURCES = gen-ust-tracef.c
9 gen_ust_tracef_LDADD = $(UST_LIBS) $(DL_LIBS)
10 endif
This page took 0.030029 seconds and 5 git commands to generate.