diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-11-04 01:58:44 +0000 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-11-04 01:58:44 +0000 |
| commit | e6b196279f38b80170efd8d0748b31b489f04b15 (patch) | |
| tree | 17e57b4114e70b4293fad9c3ba5658c57bf96be7 /bindings/python | |
| parent | a62a31e5bcb73b22249291bf53df578f7207b611 (diff) | |
| download | lasso-e6b196279f38b80170efd8d0748b31b489f04b15.tar.gz lasso-e6b196279f38b80170efd8d0748b31b489f04b15.tar.xz lasso-e6b196279f38b80170efd8d0748b31b489f04b15.zip | |
Clean generated files in bindings
* bindings/java/Makefile.am:
* bindings/php5/Makefile.am:
* bindings/python/Makefile.am:
- reformat value and add generated files to the MOSTLYCLEANFILES
variable
Diffstat (limited to 'bindings/python')
| -rw-r--r-- | bindings/python/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bindings/python/Makefile.am b/bindings/python/Makefile.am index fdc7ada7..6f2ee2ef 100644 --- a/bindings/python/Makefile.am +++ b/bindings/python/Makefile.am @@ -1,4 +1,5 @@ MAINTAINERCLEANFILES = Makefile.in +MOSTLYCLEANFILES = __init__.pyc lang.pyc SUBDIRS = tests if PYTHON_ENABLED |
