X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=Makefile.am;h=4c6b4d37a9197a66f86a78748a1749a233d042d5;hb=04394229f0daeeb36a09ea64f3208fe051fd9ca0;hp=6e90e481cabf841283d3064287020ed67c4630cd;hpb=8d77550c9ec0f0bdb483a672a676e842510bb384;p=babeltrace.git diff --git a/Makefile.am b/Makefile.am index 6e90e481..4c6b4d37 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,12 +2,14 @@ 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