sink.ctf.fs: remove unusued _is_variant_field_class_tag_valid()
[babeltrace.git] / configure.ac
index 34c0c4b0df7f95e63c27cd0b9fd5eb1032fe1993..3649cb450258381834b4002de5d7cbf7db9cda99 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.023529 seconds and 4 git commands to generate.