Fix: build lib before python-plugin-provider
[babeltrace.git] / 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.02425 seconds and 4 git commands to generate.