Add --enable-embedded-help option to embed --help messages in binaries
[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
4if EMBED_HELP
5AM_CPPFLAGS += -I$(top_builddir)/doc/man
6endif
7
8bin_PROGRAMS = lttng-crash
9
10lttng_crash_SOURCES = lttng-crash.c
11
12lttng_crash_LDADD = $(top_builddir)/src/common/libcommon.la \
13 $(top_builddir)/src/common/config/libconfig.la
This page took 0.023951 seconds and 5 git commands to generate.