sessiond: main.cpp: iterate on list using list_iteration_adapter
[lttng-tools.git] / 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.031306 seconds and 4 git commands to generate.