diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2010-07-21 13:56:42 +0000 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2010-07-21 13:56:42 +0000 |
| commit | 6ae30da50bf59f15fe5318edf4deaa4195737e82 (patch) | |
| tree | 871d646a2676b6e78ad4e3ba08acb572c07de6cb /bindings | |
| parent | 34c2f1759b118f65d2e10efa79a3fa0bf15f89f7 (diff) | |
| download | lasso-6ae30da50bf59f15fe5318edf4deaa4195737e82.tar.gz lasso-6ae30da50bf59f15fe5318edf4deaa4195737e82.tar.xz lasso-6ae30da50bf59f15fe5318edf4deaa4195737e82.zip | |
[Binding perl] add DISTCLEANFILES for Makefile.perl.old file
Diffstat (limited to 'bindings')
| -rw-r--r-- | bindings/perl/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bindings/perl/Makefile.am b/bindings/perl/Makefile.am index 0795a05f..ddd1aade 100644 --- a/bindings/perl/Makefile.am +++ b/bindings/perl/Makefile.am @@ -51,6 +51,8 @@ blib/arch/auto/Lasso/Lasso.so: Lasso.xs Lasso.pm Makefile.perl gobject_handling. CLEANFILES = Lasso.pm Lasso.xs Lasso.so typemap Lasso.o Lasso.bs pm_to_blib Lasso.c +DISTCLEANFILES = Makefile.perl.old + distclean-local: -@if [ "$(srcdir)" != "$(builddir)" ]; then \ rm -rf $(TOCOPY); \ |
