From 4937e69d8f911d5e7c6e835c1ae0f924188f8293 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Wed, 30 Nov 2011 10:41:36 -0500 Subject: [PATCH] Divert installation of test plugins into /tmp/ Signed-off-by: Mathieu Desnoyers --- tests/demo/Makefile.am | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/tests/demo/Makefile.am b/tests/demo/Makefile.am index f3f06dc1..40e43690 100644 --- a/tests/demo/Makefile.am +++ b/tests/demo/Makefile.am @@ -1,6 +1,12 @@ AM_CPPFLAGS = -I$(top_srcdir)/include -lib_LTLIBRARIES = liblttng-ust-provider-ust-tests-demo.la \ +# We install the plugins into the /tmp/lttng-ust-divert directory to +# please libtool, which absolutely needs a target install location. We +# don't want to pollute the system with test program plugins. +# We use the .so in .libs/ for the tests. +noinst_plugins_libdir = "/tmp/lttng-ust-divert" + +noinst_plugins_lib_LTLIBRARIES = liblttng-ust-provider-ust-tests-demo.la \ liblttng-ust-provider-ust-tests-demo3.la #contains ust_tests_demo.h and ust_tests_demo2.h provider probes -- 2.34.1