X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=Makefile.am;h=2bd6bf048f877a38e6132e77086e14965a9ae0e1;hb=e29b342cef824d23d1e6238613ffbccc59e604aa;hp=8099f48bda7b2375b6d6e2aa4feda9609169727b;hpb=91dadb0fc9ae45e589527dfd189ae33ecee42844;p=babeltrace.git diff --git a/Makefile.am b/Makefile.am index 8099f48b..2bd6bf04 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,20 +1,18 @@ -AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include - ACLOCAL_AMFLAGS = -I m4 SUBDIRS = include \ common \ compat \ - logging + logging \ + lib -if WITH_PYTHON_PLUGINS +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 \ plugins \ cli \ bindings \