[lttng-dev] [PATCH lttng-tools] Fix: Do not install health tests helper libraries

David Goulet dgoulet at efficios.com
Tue Nov 6 14:56:19 EST 2012


Merged!

Thanks!
David

Mathieu Desnoyers:
> * Christian Babeux (christian.babeux at efficios.com) wrote:
>> 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>
> 
> Acked-by: Mathieu Desnoyers <mathieu.desnoyers 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
>>
>>
>> _______________________________________________
>> lttng-dev mailing list
>> lttng-dev at lists.lttng.org
>> http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev
> 



More information about the lttng-dev mailing list