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