git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/nagios-plugins-contrib-24.20190301~bpo9+1/check_mysql_health/check_mysql_health-2.2.2/Makefile.am
blob: a40a4a55c738de111a33b973a9580ed95c9d3202 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
## Process this file with automake to produce Makefile.in

# find . \( -type d -and -name .svn -and -prune \) -or -type f -exec fromdos -v {} \;

SUBDIRS = plugins-scripts t
EXTRA_DIST = contrib

dist-hook:
	rm -f t/var/tmp/*
	rm -f t/var/adm/*
	find $(distdir) -depth -name .svn -exec rm -rf {} \;
	find $(distdir) -type f -exec fromdos -v {} \;
	make