X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=Makefile.am;h=63613f885912907a775b99f1d6069dbcfc6ab206;hb=08b6e8e8fc5a349c0d0295b2bd33d374218ed551;hp=a7fecfead89f407e361de1718bb91d6641ba00df;hpb=dc3fffef7b84cc4af1a7c99828fd57a106cd2257;p=babeltrace.git diff --git a/Makefile.am b/Makefile.am index a7fecfea..63613f88 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,7 +5,8 @@ ACLOCAL_AMFLAGS = -I m4 SUBDIRS = \ include \ common \ - compat + compat \ + logging if WITH_PYTHON_PLUGINS SUBDIRS += python-plugin-provider @@ -14,7 +15,7 @@ endif SUBDIRS += \ lib \ plugins \ - converter \ + cli \ bindings \ tests \ doc \