Fix builds with built-in plugins
[babeltrace.git] / Makefile.am
index 63613f885912907a775b99f1d6069dbcfc6ab206..4c6b4d37a9197a66f86a78748a1749a233d042d5 100644 (file)
@@ -2,13 +2,14 @@ AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
 
 ACLOCAL_AMFLAGS = -I m4
 
-SUBDIRS =                      \
-       include                 \
+SUBDIRS = include              \
        common                  \
        compat                  \
        logging
 
 if WITH_PYTHON_PLUGINS
+# Only build the Python plugin provider shared object if the
+# configuration doesn't ask to make it built-in.
 SUBDIRS += python-plugin-provider
 endif
 
This page took 0.025066 seconds and 4 git commands to generate.