Provide an idiomatic c++ interface for action lists
[lttng-tools.git] / tests / regression / tools / trigger / utils / Makefile.am
... / ...
CommitLineData
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
5LIBCOMMON_LGPL=$(top_builddir)/src/common/libcommon-lgpl.la
6
7noinst_PROGRAMS = \
8 notification-client \
9 register-some-triggers
10
11notification_client_SOURCES = notification-client.cpp
12notification_client_LDADD = $(LIBLTTNG_CTL) $(LIBCOMMON_LGPL) \
13 $(top_builddir)/tests/utils/libtestutils.la
14
15register_some_triggers_SOURCES = register-some-triggers.cpp
16register_some_triggers_LDADD = $(LIBLTTNG_CTL) \
17 $(top_builddir)/src/common/libfilter.la \
18 $(top_builddir)/src/common/libbytecode.la
This page took 0.021815 seconds and 4 git commands to generate.