summaryrefslogtreecommitdiffstats
path: root/plugins-root/Makefile.am
diff options
context:
space:
mode:
authorTon Voon <tonvoon@users.sourceforge.net>2006-04-28 08:45:24 (GMT)
committerTon Voon <tonvoon@users.sourceforge.net>2006-04-28 08:45:24 (GMT)
commite4c86b373db06ce6603fe39d1f2442e6e4b908b6 (patch)
tree3cb25b47b6ca541ec8550aef2b77534136ca8688 /plugins-root/Makefile.am
parent34cb16d283298885b73f75146433a703e93c0d4f (diff)
downloadmonitoring-plugins-e4c86b373db06ce6603fe39d1f2442e6e4b908b6.tar.gz
Added pst3 into distribution (Jason Kau - 1476451)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1384 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins-root/Makefile.am')
-rw-r--r--plugins-root/Makefile.am11
1 files changed, 4 insertions, 7 deletions
diff --git a/plugins-root/Makefile.am b/plugins-root/Makefile.am
index 54e91b0..782a1ca 100644
--- a/plugins-root/Makefile.am
+++ b/plugins-root/Makefile.am
@@ -9,12 +9,11 @@ localedir = $(datadir)/locale
9DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@ 9DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@
10LIBS = @LIBINTL@ @LIBS@ @SSLLIBS@ 10LIBS = @LIBINTL@ @LIBS@ @SSLLIBS@
11 11
12EXTRA_PROGRAMS = check_dhcp check_icmp 12libexec_PROGRAMS = check_dhcp check_icmp @EXTRAS_ROOT@
13 13
14if WANT_PST3 14EXTRA_PROGRAMS = pst3
15 EXTRA_PROGRAMS += pst3 15
16 pst3_DEPENDENCIES = pst3.c 16EXTRA_DIST = pst3.c
17endif
18 17
19BASEOBJS = ../plugins/utils.o ../lib/libnagiosplug.a ../lib/libcoreutils.a 18BASEOBJS = ../plugins/utils.o ../lib/libnagiosplug.a ../lib/libcoreutils.a
20NETOBJS = ../plugins/netutils.o $(BASEOBJS) $(EXTRA_NETOBJS) 19NETOBJS = ../plugins/netutils.o $(BASEOBJS) $(EXTRA_NETOBJS)
@@ -27,8 +26,6 @@ TESTS = @PLUGIN_TEST@
27test: 26test:
28 perl -I $(top_builddir) -I $(top_srcdir) ../test.pl 27 perl -I $(top_builddir) -I $(top_srcdir) ../test.pl
29 28
30all-local: $(EXTRA_PROGRAMS)
31
32setuid_root_mode = 4550 29setuid_root_mode = 4550
33 30
34group = nagios 31group = nagios