X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-crash%2FMakefile.am;h=ae4776f7e086b23efc5ed2652fd38608f14a8658;hp=a0adfbc84f28df3e967c3e0e6ae253260c5bd098;hb=4fc83d948cea6b10484e65f004a6c167e71ac440;hpb=cf0bcb51ea857687a353d2851e572dba6cc63cb0 diff --git a/src/bin/lttng-crash/Makefile.am b/src/bin/lttng-crash/Makefile.am index a0adfbc84..ae4776f7e 100644 --- a/src/bin/lttng-crash/Makefile.am +++ b/src/bin/lttng-crash/Makefile.am @@ -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