tests: fix test_auto_source_discovery on mingw
[babeltrace.git] / configure.ac
index 900b50bfdf94ab205fe375fa7af6a3599848cc29..951b50ceac9a57c5da2cf1a5e6c395d6e92ed477 100644 (file)
@@ -689,7 +689,7 @@ AC_CONFIG_FILES([
        src/babeltrace2-ctf-writer.pc
        src/babeltrace2.pc
        src/bindings/Makefile
-       src/bindings/python/bt2/bt2/__init__.py
+       src/bindings/python/bt2/bt2/version.py
        src/bindings/python/bt2/Makefile
        src/bindings/python/bt2/setup.py
        src/bindings/python/Makefile
@@ -784,6 +784,8 @@ PPRINT_PROP_BOOL([Python plugin support], $value)
 AS_IF([test "x$enable_python_bindings" = "xyes" || test "x$enable_python_plugins" = "xyes"], [
   PPRINT_PROP_STRING([Python include paths], [$PYTHON_INCLUDE])
   PPRINT_PROP_STRING([Python linker flags], [$PYTHON_LDFLAGS])
+  PPRINT_PROP_STRING([SWIG executable], [$SWIG])
+  PPRINT_PROP_STRING([SWIG library], [$SWIG_LIB])
 ])
 
 AS_ECHO
This page took 0.037216 seconds and 4 git commands to generate.