Put Python plugin support in a separate shared object
[babeltrace.git] / Makefile.am
index 4b517db724308208f4c699a68daf8cffb9a15841..1d66b1d4ce6c81a88fc8208410e2f2a3b9fb01f8 100644 (file)
@@ -2,7 +2,25 @@ AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
 
 ACLOCAL_AMFLAGS = -I m4
 
-SUBDIRS = include common types compat lib formats plugins converter bindings tests doc extras
+SUBDIRS =                      \
+       include                 \
+       common                  \
+       types                   \
+       compat
+
+if WITH_PYTHON_PLUGINS
+SUBDIRS += python-plugin-provider
+endif
+
+SUBDIRS +=                     \
+       lib                     \
+       formats                 \
+       plugins                 \
+       converter               \
+       bindings                \
+       tests                   \
+       doc                     \
+       extras
 
 dist_doc_DATA = ChangeLog LICENSE mit-license.txt gpl-2.0.txt \
                std-ext-lib.txt README
This page took 0.022616 seconds and 4 git commands to generate.