Expose monitor timer interval to lttngctl and client
[lttng-tools.git] / src / bin / lttng-crash / Makefile.am
... / ...
CommitLineData
1AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src \
2 -DINSTALL_BIN_PATH=\""$(bindir)"\"
3
4bin_PROGRAMS = lttng-crash
5
6lttng_crash_SOURCES = lttng-crash.c
7
8lttng_crash_LDADD = $(top_builddir)/src/common/libcommon.la \
9 $(top_builddir)/src/common/config/libconfig.la
This page took 0.022607 seconds and 4 git commands to generate.