From 2edd7dd4c81bb4f31d0cc808abb2e39df605a6d3 Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Mon, 28 Aug 2017 17:08:28 -0400 Subject: [PATCH] Fix: build lib before python-plugin-provider MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michael Jeanson Signed-off-by: Jérémie Galarneau --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 \ -- 2.34.1