Fix: add missing goto end on error
[babeltrace.git] / Makefile.am
index 8099f48bda7b2375b6d6e2aa4feda9609169727b..de436c40b9df0b712841733740a3a8100741be67 100644 (file)
@@ -1,5 +1,3 @@
-AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
-
 ACLOCAL_AMFLAGS = -I m4
 
 SUBDIRS = include              \
@@ -7,7 +5,7 @@ SUBDIRS = include               \
        compat                  \
        logging
 
-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
This page took 0.02788 seconds and 4 git commands to generate.