diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2010-01-04 09:15:48 +0000 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2010-01-04 09:15:48 +0000 |
| commit | 65642d732ca53e4431d7adc82d9b92b80ed682bd (patch) | |
| tree | 1a6060e31a88b05ccc58372ff87a03d759e65d9b /bindings/python | |
| parent | 42c81da4f49936e498e62f64628cdfb589f908cc (diff) | |
| download | lasso-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.am | 2 |
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 |
