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)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 18 Jul 2019 15:53:35 +0000 (11:53 -0400)
commit4a2a7ed15b45fc79b89c81a909279639374f0999
tree8c80991bb6477269ca4bb82afb54b3e5b1b6d2e0
parent8c083b3ee255042b043cfbccfbcb4e3670dad37f
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.025995 seconds and 4 git commands to generate.