summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorTon Voon <tonvoon@users.sourceforge.net>2005-09-21 10:06:37 (GMT)
committerTon Voon <tonvoon@users.sourceforge.net>2005-09-21 10:06:37 (GMT)
commitfb1936ca4f9ed6aef99fab9f41f806b79b0a533f (patch)
tree50b5e6ef86af697fd243d2d7418ac6462aabbb07 /Makefile.am
parent635ac19a4ef66b3091210335e8eb4afbaac801dd (diff)
downloadmonitoring-plugins-fb1936ca4f9ed6aef99fab9f41f806b79b0a533f.tar.gz
Separation of root setuid plugins into plugins-root/
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1233 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index cc46a46..e89e4b0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
1## Process this file with automake to produce Makefile.in 1## Process this file with automake to produce Makefile.in
2 2
3SUBDIRS = intl lib plugins plugins-scripts m4 po 3SUBDIRS = intl lib plugins plugins-scripts plugins-root m4 po
4 4
5EXTRA_DIST = config.rpath \ 5EXTRA_DIST = config.rpath \
6 ABOUT-NLS ACKNOWLEDGEMENTS AUTHORS BUGS CHANGES CODING FAQ LEGAL \ 6 ABOUT-NLS ACKNOWLEDGEMENTS AUTHORS BUGS CHANGES CODING FAQ LEGAL \
@@ -16,6 +16,9 @@ DEFS = -DLOCALEDIR=\"$(localedir)\"
16dist-hook: 16dist-hook:
17 make THANKS nagios-plugins.spec pkg/fedora/nagios-plugins.spec 17 make THANKS nagios-plugins.spec pkg/fedora/nagios-plugins.spec
18 18
19install-root:
20 cd plugins-root && $(MAKE) $@
21
19test: 22test:
20 cd plugins; $(MAKE) test 23 cd plugins; $(MAKE) test
21 cd plugins-scripts; $(MAKE) test 24 cd plugins-scripts; $(MAKE) test