X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;ds=sidebyside;f=bindings%2Fpython%2Fbt2%2FMakefile.am;h=9474ebb3b14613d59e88a5da415ddd4e432eea69;hb=9d69da48590e1b1833c5a80eb6f7b6928550569d;hp=fe1c83b15fb23f71e6d96d92ce3b75fb2bce2575;hpb=aa44af6294c1048d24e73406cfa0d28876dc3419;p=babeltrace.git diff --git a/bindings/python/bt2/Makefile.am b/bindings/python/bt2/Makefile.am index fe1c83b1..9474ebb3 100644 --- a/bindings/python/bt2/Makefile.am +++ b/bindings/python/bt2/Makefile.am @@ -80,7 +80,7 @@ copy-static-deps.stamp: $(STATIC_BINDINGS_DEPS) touch $@ build-python-bindings.stamp: copy-static-deps.stamp $(GENERATED_BINDINGS_DEPS) - $(BUILD_FLAGS) $(PYTHON) $(builddir)/setup.py build_ext + $(BUILD_FLAGS) $(PYTHON) $(builddir)/setup.py build_ext --swig "$(SWIG)" $(BUILD_FLAGS) $(PYTHON) $(builddir)/setup.py build touch $@