From: David Goulet Date: Mon, 8 Jul 2013 15:23:44 +0000 (-0400) Subject: Fix: don't install libtap system wide X-Git-Tag: v2.3.0-rc1~58 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=ffe503518b9779c9ac076fc87c21db674f89ae6a Fix: don't install libtap system wide Signed-off-by: David Goulet --- diff --git a/tests/utils/tap/Makefile.am b/tests/utils/tap/Makefile.am index 14cd23497..d3b5b58f1 100644 --- a/tests/utils/tap/Makefile.am +++ b/tests/utils/tap/Makefile.am @@ -1,4 +1,4 @@ -lib_LTLIBRARIES = libtap.la +noinst_LTLIBRARIES = libtap.la libtap_la_SOURCES = tap.c tap.h dist_noinst_SCRIPTS = tap.sh EXTRA_DIST = tap.sh