From 908de0fc925ee5572052e9ce72b5d496e8bbe9de Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Fri, 11 Nov 2011 11:04:54 -0500 Subject: [PATCH] Do not install liblttng-ust-comm and ust-comm.h Only used internally by liblttng-ust-ctl and liblttng-ust. Signed-off-by: Mathieu Desnoyers --- include/Makefile.am | 2 +- liblttng-ust-comm/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/Makefile.am b/include/Makefile.am index 3a667956..cd4619de 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -9,7 +9,6 @@ nobase_include_HEADERS = \ lttng/ust-ctl.h \ lttng/version.h \ lttng/ust-abi.h \ - lttng/ust-comm.h \ lttng/ringbuffer-abi.h \ lttng/ust-tracer.h \ lttng/usterr-signal-safe.h \ @@ -32,6 +31,7 @@ nobase_include_HEADERS = \ noinst_HEADERS = \ usterr.h \ ust_snprintf.h \ + lttng/ust-comm.h \ lttng/compat.h \ lttng/marker-internal.h \ lttng/tracepoint-internal.h \ diff --git a/liblttng-ust-comm/Makefile.am b/liblttng-ust-comm/Makefile.am index 16dc3a69..2ae997c5 100644 --- a/liblttng-ust-comm/Makefile.am +++ b/liblttng-ust-comm/Makefile.am @@ -1,5 +1,5 @@ AM_CPPFLAGS = -I$(top_srcdir)/include -lib_LTLIBRARIES = liblttng-ust-comm.la +noinst_LTLIBRARIES = liblttng-ust-comm.la liblttng_ust_comm_la_SOURCES = lttng-ust-comm.c -- 2.34.1