Tests: Add test to check shared-memory FD leaks after relayd dies
[lttng-tools.git] / src / bin / lttng-crash / Makefile.am
... / ...
CommitLineData
1# SPDX-License-Identifier: GPL-2.0-only
2
3AM_CPPFLAGS += -DINSTALL_BIN_PATH=\""$(bindir)"\"
4
5if EMBED_HELP
6AM_CPPFLAGS += -I$(top_builddir)/doc/man
7endif
8
9bin_PROGRAMS = lttng-crash
10
11lttng_crash_SOURCES = lttng-crash.cpp
12
13lttng_crash_LDADD = $(top_builddir)/src/common/libcommon.la \
14 $(top_builddir)/src/common/config/libconfig.la
This page took 0.022303 seconds and 4 git commands to generate.