X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=Makefile.am;h=4c6b4d37a9197a66f86a78748a1749a233d042d5;hb=6f79a7cf4f5f065267895765f2277c6a12437f37;hp=63613f885912907a775b99f1d6069dbcfc6ab206;hpb=beb0fb75663091c20765a8508162711ba828f456;p=babeltrace.git diff --git a/Makefile.am b/Makefile.am index 63613f88..4c6b4d37 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,13 +2,14 @@ AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = \ - include \ +SUBDIRS = include \ common \ 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