Backport:Fix: Don't override user variables within the build system
[lttng-tools.git] / src / bin / lttng-relayd / Makefile.am
index d820b92485214c77b3fe51a9c830362a28cc58a4..07bc29c175a7705adc5ed481345467cfbbf6929b 100644 (file)
@@ -1,6 +1,5 @@
-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
 
This page took 0.024453 seconds and 5 git commands to generate.