Fix: add missing files to make dist, disable python bindings
[babeltrace.git] / configure.ac
index 7071100d3d35533f08550009a8d0f153b89f542f..68efa882e5d10891818b595e6240181b6feeb849 100644 (file)
@@ -161,6 +161,7 @@ AS_CASE([$host_os],
   [mingw*],
     [
        MINGW32=yes
+       DEFAULT_ENABLE_DEBUG_INFO=no
     ]
 )
 
@@ -466,6 +467,11 @@ AS_IF([test "x$enable_api_doc" = "xyes"], [
   DX_INIT_DOXYGEN([Babeltrace], [$(srcdir)/Doxyfile], [output])
 ])
 
+       #TODO: removed, work in progress
+       #bindings/python/Makefile
+       #bindings/python/babeltrace/Makefile
+       #bindings/python/bt2/Makefile
+       #bindings/python/bt2/__init__.py
 AC_CONFIG_FILES([
        Makefile
        common/Makefile
@@ -487,10 +493,6 @@ AC_CONFIG_FILES([
        include/Makefile
        logging/Makefile
        bindings/Makefile
-       bindings/python/Makefile
-       bindings/python/babeltrace/Makefile
-       bindings/python/bt2/Makefile
-       bindings/python/bt2/__init__.py
        tests/Makefile
        tests/cli/Makefile
        tests/cli/intersection/Makefile
This page took 0.023972 seconds and 4 git commands to generate.