Divert installation of test plugins into /tmp/
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 30 Nov 2011 15:41:36 +0000 (10:41 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 30 Nov 2011 15:41:36 +0000 (10:41 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
tests/demo/Makefile.am

index f3f06dc17491166d368f5c74c907e934eeea9f84..40e43690e11c28a2a41faa4646206a92990f9378 100644 (file)
@@ -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
This page took 0.025649 seconds and 4 git commands to generate.