diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2005-09-21 10:06:37 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2005-09-21 10:06:37 (GMT) |
commit | fb1936ca4f9ed6aef99fab9f41f806b79b0a533f (patch) | |
tree | 50b5e6ef86af697fd243d2d7418ac6462aabbb07 /configure.in | |
parent | 635ac19a4ef66b3091210335e8eb4afbaac801dd (diff) | |
download | monitoring-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 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 053f849..ee5fb90 100644 --- a/configure.in +++ b/configure.in | |||
@@ -1546,6 +1546,7 @@ AC_OUTPUT( | |||
1546 | lib/Makefile | 1546 | lib/Makefile |
1547 | m4/Makefile | 1547 | m4/Makefile |
1548 | plugins/Makefile | 1548 | plugins/Makefile |
1549 | plugins-root/Makefile | ||
1549 | plugins-scripts/Makefile | 1550 | plugins-scripts/Makefile |
1550 | plugins-scripts/subst | 1551 | plugins-scripts/subst |
1551 | plugins-scripts/utils.pm | 1552 | plugins-scripts/utils.pm |