X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=Makefile.am;h=76ba8249d5bd33e28086f4d390b72de1c63c6def;hb=7cbe7b3643d4dd99097a0696c2748e4c0374dce2;hp=f73b6d475aba61a0930d1608523ff304e24257b5;hpb=19d7f3ff4f35df482e0d05a44045c32d6433754b;p=babeltrace.git diff --git a/Makefile.am b/Makefile.am index f73b6d47..76ba8249 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,15 +6,8 @@ SUBDIRS = include \ fd-cache \ compat \ logging \ - lib - -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 \ + python-plugin-provider \ plugins \ cli \ bindings \