From ffe503518b9779c9ac076fc87c21db674f89ae6a Mon Sep 17 00:00:00 2001 From: David Goulet Date: Mon, 8 Jul 2013 11:23:44 -0400 Subject: [PATCH] Fix: don't install libtap system wide Signed-off-by: David Goulet --- tests/utils/tap/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1