Fix: don't install libtap system wide
authorDavid Goulet <dgoulet@efficios.com>
Mon, 8 Jul 2013 15:23:44 +0000 (11:23 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Mon, 8 Jul 2013 19:23:46 +0000 (15:23 -0400)
Signed-off-by: David Goulet <dgoulet@efficios.com>
tests/utils/tap/Makefile.am

index 14cd2349776819b6889855f584c784a9079b4c42..d3b5b58f18a6bb401294495d04b7f4b6062e4e6e 100644 (file)
@@ -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
This page took 0.024767 seconds and 4 git commands to generate.