Implement --shm-path option for UST sessions (per-uid channels)
[lttng-tools.git] / src / bin / lttng-crash / Makefile.am
diff --git a/src/bin/lttng-crash/Makefile.am b/src/bin/lttng-crash/Makefile.am
new file mode 100644 (file)
index 0000000..a0adfbc
--- /dev/null
@@ -0,0 +1,9 @@
+AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src \
+                         -DINSTALL_BIN_PATH=\""$(bindir)"\"
+
+bin_PROGRAMS = lttng-crash
+
+lttng_crash_SOURCES = lttng-crash.c
+
+lttng_crash_LDADD = $(top_builddir)/src/common/libcommon.la \
+                       $(top_builddir)/src/common/config/libconfig.la
This page took 0.022769 seconds and 4 git commands to generate.