Rename PLUGINSDIR to BABELTRACE_PLUGINS_DIR and enable it
authorMichael Jeanson <mjeanson@efficios.com>
Tue, 9 Jul 2019 22:01:40 +0000 (18:01 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Wed, 10 Jul 2019 18:22:42 +0000 (14:22 -0400)
commit056632bfab2b876e4e6149eaa3a6889ca3d28533
tree0335ba9b05ab87b036aadec24b03199689bd1b97
parent1d970e04c756fa6e2145eff386884b10c30eb6be
Rename PLUGINSDIR to BABELTRACE_PLUGINS_DIR and enable it

The configure script uses the PLUGINSDIR variable to set the
installation directory of the plugins on the system. However this
variable is not used when setting this value in the library, the
default value happens to match.

Fix the build system to honor this variable and rename it to
BABELTRACE_PLUGINS_DIR.

Change-Id: I8575d455017f2964e67fdfab609f5c609434d37b
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/1681
Tested-by: jenkins <jenkins@lttng.org>
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
configure.ac
src/common/Makefile.am
src/common/common.c
src/plugins/ctf/Makefile.am
src/plugins/lttng-utils/Makefile.am
src/plugins/text/Makefile.am
src/plugins/utils/Makefile.am
This page took 0.024688 seconds and 4 git commands to generate.