blob: d1c7a68322b6f9247d43063af11efe06db16d28e (
plain)
1
2
3
4
5
6
7
8
9
|
## Process this file with automake to produce Makefile.in
SUBDIRS = plugins plugins-scripts
EXTRA_DIST = REQUIREMENTS acconfig.h package.def subst.in subst.sh Helper.pm nagios-plugins.spec contrib
test:
cd plugins; $(MAKE) test
cd plugins-scripts; $(MAKE) test
|