Fix: add missing void param to bt_clock_class_priority_map_create
[babeltrace.git] / Makefile.am
index 8099f48bda7b2375b6d6e2aa4feda9609169727b..2bd6bf048f877a38e6132e77086e14965a9ae0e1 100644 (file)
@@ -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                \
This page took 0.029058 seconds and 4 git commands to generate.