Test debug-info
[babeltrace.git] / Makefile.am
index 6e90e481cabf841283d3064287020ed67c4630cd..4c6b4d37a9197a66f86a78748a1749a233d042d5 100644 (file)
@@ -2,12 +2,14 @@ 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
 
This page took 0.0233 seconds and 4 git commands to generate.