mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-27 16:28:52 +00:00
be7ce4110e
This reverts commit e96515433d
.
9 lines
284 B
Makefile
9 lines
284 B
Makefile
EXTRA_DIST=m4/Makefile.am sample-headers
|
|
MAINTAINERCLEANFILES=Makefile.in config.guess config.sub install-sh \
|
|
ltmain.sh missing mkinstalldirs
|
|
|
|
dist-hook:
|
|
find "${distdir}" -type d -name CVS -print0 | xargs -0 rm -rf
|
|
find "${distdir}" -type d -name .svn -print0 | xargs -0 rm -rf
|
|
|