X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=extras%2Fcore-handler%2FMakefile.am;fp=extras%2Fcore-handler%2FMakefile.am;h=eff5443a315fdb6e203ca27669fb342f57c89f87;hp=0000000000000000000000000000000000000000;hb=57f0bd0c140c6a5b1f48b45a6680c55348ddbe96;hpb=bd722d76b035766511f0b329f9bbaa2f4180c4ed diff --git a/extras/core-handler/Makefile.am b/extras/core-handler/Makefile.am new file mode 100644 index 000000000..eff5443a3 --- /dev/null +++ b/extras/core-handler/Makefile.am @@ -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