Add a --with-consumerd-only configure option
authorAlexandre Montplaisir <alexandre.montplaisir@gmail.com>
Wed, 30 Nov 2011 00:17:43 +0000 (19:17 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 30 Nov 2011 00:17:43 +0000 (19:17 -0500)
commit55bed2138489dd1bfc43726e0ce71f7d5ee6d62c
tree3d3d5afe2f37d3c04b68fe6f9d4de4c9813d9ba8
parent6299f964b03eb3a3074dbe872907794d20da8af0
Add a --with-consumerd-only configure option

This will only build the consumer daemon (and its liblttng-consumer
library), and skip the lttng and lttng-sessiond binaries.

This will be useful when a user wants to support both 32-bit and
64-bit applications on the same system. Only one sessiond is
needed, but we need a consumer for each architecture.

Signed-off-by: Alexandre Montplaisir <alexandre.montplaisir@gmail.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Makefile.am
configure.ac
This page took 0.026882 seconds and 5 git commands to generate.