SoW-2019-0007-2: Dynamic Snapshot: Triggers send partial event payload with notifications
[lttng-tools.git] / tests / regression / tools / trigger / utils / Makefile.am
CommitLineData
5024c2ac
JR
1# SPDX-License-Identifier: GPL-2.0-only
2
3AM_CPPFLAGS += -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 = $(UST_LIBS) $(DL_LIBS) $(LIBLTTNG_CTL) \
9 $(top_builddir)/tests/utils/libtestutils.la
This page took 0.025476 seconds and 5 git commands to generate.