X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=Makefile.am;h=8099f48bda7b2375b6d6e2aa4feda9609169727b;hb=4a7062f7481bb78e5a1eb6d21a4a6866954edc90;hp=1d66b1d4ce6c81a88fc8208410e2f2a3b9fb01f8;hpb=6fbd4105b92d0da8b3c5818a5b7c5b07850f4a01;p=babeltrace.git diff --git a/Makefile.am b/Makefile.am index 1d66b1d4..8099f48b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,21 +2,21 @@ 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 +# 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 \