diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 9c42b506..472b01c1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -123,6 +123,10 @@ local-clean: maintainer-clean rm -f $(top_srcdir)/*.tar.gz.* find $(top_srcdir) -name Makefile.in -exec rm {} \; +dist-hook: + find $(top_srcdir) -type f -name "._*" -delete + find $(top_builddir) -type f -name "._*" -delete + distcheck-hook: grep -rL 'http://www.apache.org/licenses/LICENSE-2.0' * \ | grep -vEf license.skip; \ |