X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=Makefile.am;h=2bd6bf048f877a38e6132e77086e14965a9ae0e1;hb=2faa355b46e183a996429ee3df1eb3f7f5f13d18;hp=1d66b1d4ce6c81a88fc8208410e2f2a3b9fb01f8;hpb=6fbd4105b92d0da8b3c5818a5b7c5b07850f4a01;p=babeltrace.git diff --git a/Makefile.am b/Makefile.am index 1d66b1d4..2bd6bf04 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 \ + lib -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 \