summaryrefslogtreecommitdiffstats
path: root/bindings/python
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-01-04 09:15:48 +0000
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-01-04 09:15:48 +0000
commit65642d732ca53e4431d7adc82d9b92b80ed682bd (patch)
tree1a6060e31a88b05ccc58372ff87a03d759e65d9b /bindings/python
parent42c81da4f49936e498e62f64628cdfb589f908cc (diff)
downloadlasso-65642d732ca53e4431d7adc82d9b92b80ed682bd.tar.gz
lasso-65642d732ca53e4431d7adc82d9b92b80ed682bd.tar.xz
lasso-65642d732ca53e4431d7adc82d9b92b80ed682bd.zip
Bindings: in bindings/python/Makefile.am, precise generated files dependencies
Diffstat (limited to 'bindings/python')
-rw-r--r--bindings/python/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/bindings/python/Makefile.am b/bindings/python/Makefile.am
index 6f2ee2ef..ad42f93d 100644
--- a/bindings/python/Makefile.am
+++ b/bindings/python/Makefile.am
@@ -27,6 +27,8 @@ endif
BUILT_SOURCES = _lasso.c
+_lasso.c lasso.py: $(top_srcdir)/lasso/*.h $(top_srcdir)/lasso/*.c $(top_srcdir)/lasso/*/*.h $(top_srcdir)/lasso/*/*.c $(top_srcdir)/lasso/*/*/*.h $(top_srcdir)/lasso/*/*/*.c
+
EXTRA_DIST=lang.py wrapper_bottom.c wrapper_top.c __init__.py
if WSF_ENABLED