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=0000000000000000000000000000000000000000;hp=26d246161c93f96db1f4096b5ffea6b702288420;hb=9ac429ef32142eaecfec2d1a44569464c4f8f721;hpb=785d2d0dc3aec3a4e44fcf677155dd07e8e4cc1f diff --git a/tests/tools/health/Makefile.am b/tests/tools/health/Makefile.am deleted file mode 100644 index 26d246161..000000000 --- a/tests/tools/health/Makefile.am +++ /dev/null @@ -1,41 +0,0 @@ -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 - -if NO_SHARED -# Do not build this test if shared libraries support was -# explicitly disabled. -else -# In order to test the health check feature, the libhealth* libs -# must be built as .so to be able to LD_PRELOAD them. -FORCE_SHARED_LIB_OPTIONS = -module -shared -avoid-version \ - -rpath $(abs_builddir) - -# Health thread exit ld_preloaded test lib -libhealthexit_la_SOURCES=health_exit.c -libhealthexit_la_LDFLAGS= $(FORCE_SHARED_LIB_OPTIONS) - -# Health thread stall ld_preloaded test lib -libhealthstall_la_SOURCES=health_stall.c -libhealthstall_la_LDFLAGS= $(FORCE_SHARED_LIB_OPTIONS) - -# Health thread fail ld_preloaded test lib -libhealthtpfail_la_SOURCES=health_fail.c -libhealthtpfail_la_LDFLAGS= $(FORCE_SHARED_LIB_OPTIONS) - -noinst_PROGRAMS = health_check -noinst_LTLIBRARIES = libhealthexit.la libhealthstall.la libhealthtpfail.la - -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 -endif - -noinst_SCRIPTS = runall -EXTRA_DIST = runall