Rename binary installation path define
[lttng-tools.git] / ltt-sessiond / Makefile.am
index 9134a3e95cd7cf85bd2fad0c6018dc45d6f1cf31..17dc58747735cc0bbadb1e8538cc243f44671e61 100644 (file)
@@ -1,7 +1,6 @@
 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/liblttsessiondcomm \
-                         -I$(top_srcdir)/libkernelctl -I$(top_srcdir)/libustctl
-
-INCLUDES = -DINSTALL_PATH=\""$(bindir)"\"
+                         -I$(top_srcdir)/libkernelctl -I$(top_srcdir)/libustctl \
+                         -DINSTALL_BIN_PATH=\"$(bindir)\"
 
 AM_CFLAGS = -fno-strict-aliasing
 
This page took 0.023057 seconds and 4 git commands to generate.