Fix: Don't override user variables within the build system
[lttng-tools.git] / src / bin / lttng-crash / Makefile.am
index a0adfbc84f28df3e967c3e0e6ae253260c5bd098..2b61ec2632b47c2017cf504f0f7c9de6b14fced9 100644 (file)
@@ -1,5 +1,8 @@
-AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src \
-                         -DINSTALL_BIN_PATH=\""$(bindir)"\"
+AM_CPPFLAGS += -DINSTALL_BIN_PATH=\""$(bindir)"\"
+
+if EMBED_HELP
+AM_CPPFLAGS += -I$(top_builddir)/doc/man
+endif
 
 bin_PROGRAMS = lttng-crash
 
This page took 0.025352 seconds and 4 git commands to generate.