From: Mathieu Desnoyers Date: Fri, 11 Nov 2011 16:04:54 +0000 (-0500) Subject: Do not install liblttng-ust-comm and ust-comm.h X-Git-Tag: v1.9.1~112 X-Git-Url: http://git.liburcu.org/?p=lttng-ust.git;a=commitdiff_plain;h=908de0fc925ee5572052e9ce72b5d496e8bbe9de 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 --- 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