Do not install liblttng-ust-comm and ust-comm.h
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 11 Nov 2011 16:04:54 +0000 (11:04 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 11 Nov 2011 16:04:54 +0000 (11:04 -0500)
Only used internally by liblttng-ust-ctl and liblttng-ust.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
include/Makefile.am
liblttng-ust-comm/Makefile.am

index 3a667956a3db3554b8dfc6cfc37640f05df126d9..cd4619deb176665bcb563d820b37e87cfab71820 100644 (file)
@@ -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 \
index 16dc3a693824aa8f64fa2be069d67f41648cc207..2ae997c5bb92a7812af1990a673ffd91de322ede 100644 (file)
@@ -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
This page took 0.025308 seconds and 4 git commands to generate.