diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-08-05 14:52:52 +0000 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-08-05 14:52:52 +0000 |
| commit | 1fae093527f69de086934f5df750cf374eaa2f48 (patch) | |
| tree | c182d67081132607753c96da70f7ce0995909ff4 /bindings/python/Makefile.am | |
| parent | 0930e6046f5c6e30b9d16fef5bb7a543e8750281 (diff) | |
| download | lasso-1fae093527f69de086934f5df750cf374eaa2f48.tar.gz lasso-1fae093527f69de086934f5df750cf374eaa2f48.tar.xz lasso-1fae093527f69de086934f5df750cf374eaa2f48.zip | |
Move all python binding related files inside the python subdirectory
Diffstat (limited to 'bindings/python/Makefile.am')
| -rw-r--r-- | bindings/python/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/python/Makefile.am b/bindings/python/Makefile.am index 3da0e08a..51709628 100644 --- a/bindings/python/Makefile.am +++ b/bindings/python/Makefile.am @@ -30,7 +30,7 @@ if WSF_ENABLED EXTRA_ARGS = --enable-id-wsf endif -lasso.py _lasso.c: +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) clean-local: |
