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=0a3f6c53895c77ea1ee97cd4531cbc7c69a0d837;hp=09573db1b48e4800a7f374c1c378e7ae8ea3df88;hb=9e32c5c0340e16a4c08a87d8c953306abfdc2e64;hpb=dff9583f7a4efbe881ef0b3a407db6568d539c1b diff --git a/tests/tools/health/Makefile.am b/tests/tools/health/Makefile.am index 09573db1b..0a3f6c538 100644 --- a/tests/tools/health/Makefile.am +++ b/tests/tools/health/Makefile.am @@ -10,6 +10,12 @@ endif UTILS= +lib_LTLIBRARIES=libhealthexit.la + +# Health thread exit ld_preloaded test lib +libhealthexit_la_SOURCES=health_exit.c +libhealthexit_la_LDFLAGS= -module + noinst_PROGRAMS = health_check health_check_SOURCES = health_check.c $(UTILS)