summaryrefslogtreecommitdiffstats
path: root/bindings/python
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-02-01 00:16:21 +0000
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-02-01 00:16:21 +0000
commit2348566c2a6cec389b0ae99b3ac061c6d13a58b2 (patch)
treeca73449e58a09ffe0da601b4619ec4e03656a91f /bindings/python
parenta8783e7d9a5593b0db1c4a5961807a26426b9b50 (diff)
downloadlasso-2348566c2a6cec389b0ae99b3ac061c6d13a58b2.tar.gz
lasso-2348566c2a6cec389b0ae99b3ac061c6d13a58b2.tar.xz
lasso-2348566c2a6cec389b0ae99b3ac061c6d13a58b2.zip
Bindings: make binding generation more silent
* bindings/java/Makefile.am bindings/perl/Makefile.am bindings/php5/Makefile.am bindings/python/Makefile.am: use AM_V_GEN, or similar variable for all steps of binding generation, normal output can be activated with the V=1 argument to the 'make' command.
Diffstat (limited to 'bindings/python')
-rw-r--r--bindings/python/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/python/Makefile.am b/bindings/python/Makefile.am
index 15ee4ed8..129c7ffd 100644
--- a/bindings/python/Makefile.am
+++ b/bindings/python/Makefile.am
@@ -36,7 +36,7 @@ EXTRA_ARGS = --enable-id-wsf
endif
lasso.py _lasso.c: lang.py wrapper_top.c wrapper_bottom.c ../bindings.py
- $(PYTHON) $(top_srcdir)/bindings/bindings.py -l python --src-dir=$(top_srcdir)/lasso/ $(EXTRA_ARGS)
+ $(AM_V_GEN) $(PYTHON) $(top_srcdir)/bindings/bindings.py -l python --src-dir=$(top_srcdir)/lasso/ $(EXTRA_ARGS)
clean-local:
-rm -f lasso.py lasso.pyc _lasso.c