Port fix: Windows does not allow read-only mappings > file's size
[babeltrace.git] / Makefile.am
index 1d66b1d4ce6c81a88fc8208410e2f2a3b9fb01f8..de436c40b9df0b712841733740a3a8100741be67 100644 (file)
@@ -1,22 +1,20 @@
-AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
-
 ACLOCAL_AMFLAGS = -I m4
 
-SUBDIRS =                      \
-       include                 \
+SUBDIRS = include              \
        common                  \
-       types                   \
-       compat
+       compat                  \
+       logging
 
-if WITH_PYTHON_PLUGINS
+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                     \
-       formats                 \
        plugins                 \
-       converter               \
+       cli                     \
        bindings                \
        tests                   \
        doc                     \
This page took 0.025458 seconds and 4 git commands to generate.