Add --enable-embedded-help option to embed --help messages in binaries
[lttng-tools.git] / src / bin / lttng-crash / Makefile.am
index a0adfbc84f28df3e967c3e0e6ae253260c5bd098..ae4776f7e086b23efc5ed2652fd38608f14a8658 100644 (file)
@@ -1,6 +1,10 @@
 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src \
                          -DINSTALL_BIN_PATH=\""$(bindir)"\"
 
+if EMBED_HELP
+AM_CPPFLAGS += -I$(top_builddir)/doc/man
+endif
+
 bin_PROGRAMS = lttng-crash
 
 lttng_crash_SOURCES = lttng-crash.c
This page took 0.022745 seconds and 4 git commands to generate.