Cleanup: Move build logic to python-plugin-provider Makefile
[babeltrace.git] / Makefile.am
index 33abcf8b71d980d4742e5f5ee8d8bee7dcb11190..76ba8249d5bd33e28086f4d390b72de1c63c6def 100644 (file)
@@ -6,22 +6,18 @@ SUBDIRS = include             \
        fd-cache                \
        compat                  \
        logging                 \
-       lib
-
-if ENABLE_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
-
-SUBDIRS +=                     \
+       lib                     \
+       python-plugin-provider  \
        plugins                 \
        cli                     \
        bindings                \
        doc                     \
-       extras                  \
        tests
 
+# Directories added to EXTRA_DIST will be recursively copied to the distribution.
+EXTRA_DIST = \
+       extras
+
 dist_doc_DATA = ChangeLog LICENSE mit-license.txt gpl-2.0.txt \
                std-ext-lib.txt README CONTRIBUTING.adoc
 
This page took 0.023119 seconds and 4 git commands to generate.