Clean-up: modernize pretty_xml.cpp
[lttng-tools.git] / tests / utils / testapp / gen-syscall-events / Makefile.am
... / ...
CommitLineData
1# SPDX-License-Identifier: GPL-2.0-only
2
3AM_CPPFLAGS += -I$(top_srcdir)/tests/utils
4
5noinst_PROGRAMS = gen-syscall-events
6gen_syscall_events_SOURCES = gen-syscall-events.cpp
7gen_syscall_events_LDADD = $(top_builddir)/tests/utils/libtestutils.la
This page took 0.023369 seconds and 4 git commands to generate.