X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=Makefile.am;h=4c6b4d37a9197a66f86a78748a1749a233d042d5;hb=0a0f7d692dec26550f0aba9ae06e6e0ebc8791b9;hp=a7fecfead89f407e361de1718bb91d6641ba00df;hpb=dc3fffef7b84cc4af1a7c99828fd57a106cd2257;p=babeltrace.git diff --git a/Makefile.am b/Makefile.am index a7fecfea..4c6b4d37 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,19 +2,21 @@ 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 SUBDIRS += \ lib \ plugins \ - converter \ + cli \ bindings \ tests \ doc \