Makefile.am 266 B

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