X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=Makefile.am;h=201c4a85bc814ad8936341aa112e44ad05138a34;hb=5cddb8970b3befb39def5395c3d9f72cf8ccac23;hp=1d66b1d4ce6c81a88fc8208410e2f2a3b9fb01f8;hpb=6fbd4105b92d0da8b3c5818a5b7c5b07850f4a01;p=babeltrace.git diff --git a/Makefile.am b/Makefile.am index 1d66b1d4..201c4a85 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 +# 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 \