Test debug-info
[babeltrace.git] / Makefile.am
index a7fecfead89f407e361de1718bb91d6641ba00df..4c6b4d37a9197a66f86a78748a1749a233d042d5 100644 (file)
@@ -2,19 +2,21 @@ AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
 
 ACLOCAL_AMFLAGS = -I m4
 
-SUBDIRS =                      \
-       include                 \
+SUBDIRS = include              \
        common                  \
-       compat
+       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
 
 SUBDIRS +=                     \
        lib                     \
        plugins                 \
-       converter               \
+       cli                     \
        bindings                \
        tests                   \
        doc                     \
This page took 0.02332 seconds and 4 git commands to generate.