Add core-handler README to dist tarball
[lttng-tools.git] / extras / core-handler / Makefile.am
1 AM_CFLAGS = -O2 -g
2 AM_LDFLAGS =
3
4 noinst_PROGRAMS = crash
5 crash_SOURCES = crash.c
6
7 noinst_SCRIPTS = handler.sh install.sh test.sh
8 EXTRA_DIST = handler.sh install.sh test.sh README
This page took 0.028978 seconds and 4 git commands to generate.