All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH babeltrace] Fix: build lib before python-plugin-provider
       [not found] <1503954508-11713-1-git-send-email-mjeanson@efficios.com>
@ 2017-08-29 18:54 ` Jérémie Galarneau
  0 siblings, 0 replies; 2+ messages in thread
From: Jérémie Galarneau @ 2017-08-29 18:54 UTC (permalink / raw)
  To: Michael Jeanson; +Cc: lttng-dev, Jeremie Galarneau

Merged in master and stable-2.0. Thanks!

Jérémie

On 28 August 2017 at 17:08, Michael Jeanson <mjeanson@efficios.com> wrote:
> Signed-off-by: Michael Jeanson <mjeanson@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
_______________________________________________
lttng-dev mailing list
lttng-dev@lists.lttng.org
https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH babeltrace] Fix: build lib before python-plugin-provider
@ 2017-08-28 21:08 Michael Jeanson
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Jeanson @ 2017-08-28 21:08 UTC (permalink / raw)
  To: lttng-dev; +Cc: jgalar

Signed-off-by: Michael Jeanson <mjeanson@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

_______________________________________________
lttng-dev mailing list
lttng-dev@lists.lttng.org
https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-08-29 18:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1503954508-11713-1-git-send-email-mjeanson@efficios.com>
2017-08-29 18:54 ` [PATCH babeltrace] Fix: build lib before python-plugin-provider Jérémie Galarneau
2017-08-28 21:08 Michael Jeanson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.