X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Ftools%2Fhealth%2FMakefile.am;fp=tests%2Ftools%2Fhealth%2FMakefile.am;h=09573db1b48e4800a7f374c1c378e7ae8ea3df88;hp=0000000000000000000000000000000000000000;hb=dff9583f7a4efbe881ef0b3a407db6568d539c1b;hpb=8ac941422ce5ca7db88bd33568dac75982e21477 diff --git a/tests/tools/health/Makefile.am b/tests/tools/health/Makefile.am new file mode 100644 index 000000000..09573db1b --- /dev/null +++ b/tests/tools/health/Makefile.am @@ -0,0 +1,20 @@ +AM_CFLAGS = -I. -O2 -g -I../../../include +AM_LDFLAGS = + +if LTTNG_TOOLS_BUILD_WITH_LIBDL +AM_LDFLAGS += -ldl +endif +if LTTNG_TOOLS_BUILD_WITH_LIBC_DL +AM_LDFLAGS += -lc +endif + +UTILS= + +noinst_PROGRAMS = health_check + +health_check_SOURCES = health_check.c $(UTILS) +health_check_LDADD = $(top_builddir)/src/lib/lttng-ctl/liblttng-ctl.la \ + $(top_builddir)/src/common/libcommon.la + +noinst_SCRIPTS = +EXTRA_DIST =