[lttng-dev] [PATCH babeltrace] Fix: build lib before python-plugin-provider

Jérémie Galarneau jeremie.galarneau at efficios.com
Tue Aug 29 18:54:54 UTC 2017


Merged in master and stable-2.0. Thanks!

Jérémie

On 28 August 2017 at 17:08, Michael Jeanson <mjeanson at efficios.com> wrote:
> Signed-off-by: Michael Jeanson <mjeanson at efficios.com>
> ---
>  Makefile.am | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/Makefile.am b/Makefile.am
> index de436c4..2bd6bf0 100644
> --- a/Makefile.am
> +++ b/Makefile.am
> @@ -3,7 +3,8 @@ ACLOCAL_AMFLAGS = -I m4
>  SUBDIRS = include              \
>         common                  \
>         compat                  \
> -       logging
> +       logging                 \
> +       lib
>
>  if ENABLE_PYTHON_PLUGINS
>  # Only build the Python plugin provider shared object if the
> @@ -12,7 +13,6 @@ SUBDIRS += python-plugin-provider
>  endif
>
>  SUBDIRS +=                     \
> -       lib                     \
>         plugins                 \
>         cli                     \
>         bindings                \
> --
> 2.7.4
>



-- 
Jérémie Galarneau
EfficiOS Inc.
http://www.efficios.com


More information about the lttng-dev mailing list