Code

cosmetic line wrap before 80 chars
[nagiosplug.git] / Makefile.am
1 ## Process this file with automake to produce Makefile.in
3 SUBDIRS = plugins plugins-scripts
5 EXTRA_DIST = REQUIREMENTS acconfig.h subst.in subst.sh Helper.pm        \
6 contrib nagios-plugins.spec.in
8 dist-hook:
9         sed "s/PACKAGE_VERSION/@PACKAGE_VERSION@/;s/PACKAGE_RELEASE/@PACKAGE_RELEASE@/;" $(srcdir)/nagios-plugins.spec.in > $(distdir)/nagios-plugins.spec
11 test:
12         cd plugins; $(MAKE) test
13         cd plugins-scripts; $(MAKE) test