Fix: build lib before python-plugin-provider
authorMichael Jeanson <mjeanson@efficios.com>
Mon, 28 Aug 2017 21:08:28 +0000 (17:08 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 29 Aug 2017 18:11:15 +0000 (14:11 -0400)
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Makefile.am

index de436c40b9df0b712841733740a3a8100741be67..2bd6bf048f877a38e6132e77086e14965a9ae0e1 100644 (file)
@@ -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                \
This page took 0.025548 seconds and 4 git commands to generate.