summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 5937848..41d1f17 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,7 +3,7 @@
3SUBDIRS = intl lib plugins plugins-scripts m4 po 3SUBDIRS = intl lib plugins plugins-scripts m4 po
4 4
5EXTRA_DIST = config.rpath \ 5EXTRA_DIST = config.rpath \
6 ABOUT-NLS CHANGES CODING FAQ LEGAL REQUIREMENTS SUPPORT THANKS \ 6 ABOUT-NLS ACKNOWLEDGEMENTS AUTHORS CHANGES CODING FAQ LEGAL REQUIREMENTS SUPPORT THANKS \
7 Helper.pm contrib pkg nagios-plugins.spec 7 Helper.pm contrib pkg nagios-plugins.spec
8 8
9ACLOCAL_AMFLAGS = -I m4 9ACLOCAL_AMFLAGS = -I m4
@@ -38,7 +38,7 @@ solpkg:
38 $(INSTALL) pkg/solaris/pkginfo $(BUILDDIR) 38 $(INSTALL) pkg/solaris/pkginfo $(BUILDDIR)
39 cd $(BUILDDIR) && $(PERL) ../$(PKGSCRIPT) ../$(PACKDIR) 39 cd $(BUILDDIR) && $(PERL) ../$(PKGSCRIPT) ../$(PACKDIR)
40 40
41THANKS: AUTHORS 41THANKS: THANKS.in
42 @echo "This software is brought to you by the Nagios Plugins Development Team. However," > $@ 42 @echo "This software is brought to you by the Nagios Plugins Development Team. However," > $@
43 @echo "there have been many contributors to this project. Everyone below has helped in " >> $@ 43 @echo "there have been many contributors to this project. Everyone below has helped in " >> $@
44 @echo "raising bug reports, creating patches or contributing new plugins." >> $@ 44 @echo "raising bug reports, creating patches or contributing new plugins." >> $@