tests: Move to kernel style SPDX license identifiers
[lttng-tools.git] / tests / utils / testapp / gen-syscall-events / Makefile.am
1 # SPDX-License-Identifier: GPL-2.0-only
2
3 AM_CFLAGS += -I$(top_srcdir)/tests/utils/
4
5 noinst_PROGRAMS = gen-syscall-events
6 gen_syscall_events_SOURCES = gen-syscall-events.c
7 gen_syscall_events_LDADD = $(top_builddir)/tests/utils/libtestutils.la
This page took 0.029621 seconds and 5 git commands to generate.