[lttng-dev] [PATCH lttng-tools] Fix: Do not install health tests helper libraries
Christian Babeux
christian.babeux at efficios.com
Mon Nov 5 16:20:13 EST 2012
The libraries libhealthexit and libhealthstall should not be
installed on the user system. They are only useful for the
health check tests.
Signed-off-by: Christian Babeux <christian.babeux at efficios.com>
---
tests/tools/health/Makefile.am | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/tests/tools/health/Makefile.am b/tests/tools/health/Makefile.am
index 9fab582..d1d4919 100644
--- a/tests/tools/health/Makefile.am
+++ b/tests/tools/health/Makefile.am
@@ -10,8 +10,6 @@ endif
UTILS=
-lib_LTLIBRARIES=libhealthexit.la libhealthstall.la
-
# Health thread exit ld_preloaded test lib
libhealthexit_la_SOURCES=health_exit.c
libhealthexit_la_LDFLAGS= -module
@@ -21,6 +19,7 @@ libhealthstall_la_SOURCES=health_stall.c
libhealthstall_la_LDFLAGS= -module
noinst_PROGRAMS = health_check
+noinst_LTLIBRARIES = libhealthexit.la libhealthstall.la
health_check_SOURCES = health_check.c $(UTILS)
health_check_LDADD = $(top_builddir)/src/lib/lttng-ctl/liblttng-ctl.la \
--
1.8.0
More information about the lttng-dev
mailing list