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

Michael Jeanson mjeanson at efficios.com
Mon Aug 28 21:08:28 UTC 2017


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



More information about the lttng-dev mailing list