1
0
mirror of https://github.com/opinkerfi/nagios-plugins.git synced 2025-04-04 15:03:41 +02:00
nagios-plugins/check_mssql_health/src/check_mssql_health-1.5.8.2/Makefile.am
2011-09-27 14:40:29 +00:00

14 lines
353 B
Makefile

## 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