Add --enable-embedded-help option to embed --help messages in binaries
[lttng-tools.git] / src / bin / lttng-crash / Makefile.am
CommitLineData
d7ba1388
MD
1AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src \
2 -DINSTALL_BIN_PATH=\""$(bindir)"\"
3
4fc83d94
PP
4if EMBED_HELP
5AM_CPPFLAGS += -I$(top_builddir)/doc/man
6endif
7
d7ba1388
MD
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.027003 seconds and 4 git commands to generate.