Add core dump snapshot handler script
[lttng-tools.git] / extras / core-handler / Makefile.am
diff --git a/extras/core-handler/Makefile.am b/extras/core-handler/Makefile.am
new file mode 100644 (file)
index 0000000..eff5443
--- /dev/null
@@ -0,0 +1,8 @@
+AM_CFLAGS = -O2 -g
+AM_LDFLAGS =
+
+noinst_PROGRAMS = crash
+crash_SOURCES = crash.c
+
+noinst_SCRIPTS = handler.sh install.sh test.sh
+EXTRA_DIST = handler.sh install.sh test.sh
This page took 0.023112 seconds and 4 git commands to generate.