From: Michael Jeanson Date: Mon, 28 Aug 2017 21:08:28 +0000 (-0400) Subject: Fix: build lib before python-plugin-provider X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=2edd7dd4c81bb4f31d0cc808abb2e39df605a6d3 Fix: build lib before python-plugin-provider Signed-off-by: Michael Jeanson Signed-off-by: Jérémie Galarneau --- diff --git a/Makefile.am b/Makefile.am index de436c40..2bd6bf04 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 \