SoW-2020-0002: Trace Hit Counters: trigger error reporting integration
[lttng-tools.git] / tests / regression / tools / trigger / utils / Makefile.am
CommitLineData
2463b787
JR
1# SPDX-License-Identifier: GPL-2.0-only
2
3AM_CFLAGS += -I$(srcdir) -I$(top_srcdir)/tests/utils
4LIBLTTNG_CTL=$(top_builddir)/src/lib/lttng-ctl/liblttng-ctl.la
5
6noinst_PROGRAMS = notification-client
7notification_client_SOURCES = notification-client.c
8notification_client_LDADD = $(LIBLTTNG_CTL) \
9 $(top_builddir)/tests/utils/libtestutils.la
This page took 0.0246 seconds and 5 git commands to generate.