Add --enable-embedded-help option to embed --help messages in binaries
[lttng-tools.git] / src / bin / lttng-crash / Makefile.am
1 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src \
2 -DINSTALL_BIN_PATH=\""$(bindir)"\"
3
4 if EMBED_HELP
5 AM_CPPFLAGS += -I$(top_builddir)/doc/man
6 endif
7
8 bin_PROGRAMS = lttng-crash
9
10 lttng_crash_SOURCES = lttng-crash.c
11
12 lttng_crash_LDADD = $(top_builddir)/src/common/libcommon.la \
13 $(top_builddir)/src/common/config/libconfig.la
This page took 0.030871 seconds and 5 git commands to generate.