Fix: Don't override user variables within the build system
[lttng-tools.git] / src / bin / lttng-relayd / Makefile.am
index df87bc3005311d6b297d3680d1d7fe06306d914c..c7dd37e1ae5e356f7bcec2082665a4d1f21bacbb 100644 (file)
@@ -1,8 +1,9 @@
-AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src \
-                         -DINSTALL_BIN_PATH=\""$(lttnglibexecdir)"\" \
-                         -DINSTALL_LIB_PATH=\""$(libdir)"\"
+AM_CPPFLAGS += -DINSTALL_BIN_PATH=\""$(lttnglibexecdir)"\" \
+       -DINSTALL_LIB_PATH=\""$(libdir)"\"
 
-AM_CFLAGS = -fno-strict-aliasing
+if EMBED_HELP
+AM_CPPFLAGS += -I$(top_builddir)/doc/man
+endif
 
 bin_PROGRAMS = lttng-relayd
 
This page took 0.024362 seconds and 5 git commands to generate.