Put Python plugin support in a separate shared object
[babeltrace.git] / Makefile.am
index c3c64e09a01db8623b2ff312645196fbfe54d14c..1d66b1d4ce6c81a88fc8208410e2f2a3b9fb01f8 100644 (file)
@@ -2,10 +2,28 @@ AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
 
 ACLOCAL_AMFLAGS = -I m4
 
-SUBDIRS = include types compat lib formats 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
+               std-ext-lib.txt README
 
 dist_noinst_DATA = CodingStyle
 
This page took 0.024318 seconds and 4 git commands to generate.