diff options
author | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2002-11-14 05:36:24 (GMT) |
---|---|---|
committer | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2002-11-14 05:36:24 (GMT) |
commit | 408e967c9436d06164e3f26eec579b48d46d4641 (patch) | |
tree | 880583123041e6b07ede2477bca01d09faf75bc9 /plugins | |
parent | 93d4e3677ef9d15ca7c3bb8b321fcc153cfcd80c (diff) | |
download | monitoring-plugins-408e967c9436d06164e3f26eec579b48d46d4641.tar.gz |
can't drop these sources -- neded for dist
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@198 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index d83c248..4d3960b 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am | |||
@@ -36,10 +36,10 @@ AM_INSTALL_PROGRAM_FLAGS = @INSTALL_OPTS@ | |||
36 | ############################################################################## | 36 | ############################################################################## |
37 | # the actual targets | 37 | # the actual targets |
38 | 38 | ||
39 | #check_ftp_SOURCES = check_tcp.c | 39 | check_ftp_SOURCES = check_tcp.c |
40 | #check_imap_SOURCES = check_tcp.c | 40 | check_imap_SOURCES = check_tcp.c |
41 | #check_nntp_SOURCES = check_tcp.c | 41 | check_nntp_SOURCES = check_tcp.c |
42 | #check_pop_SOURCES = check_tcp.c | 42 | check_pop_SOURCES = check_tcp.c |
43 | 43 | ||
44 | check_dig_LDADD = $(BASEOBJS) popen.o | 44 | check_dig_LDADD = $(BASEOBJS) popen.o |
45 | check_disk_LDADD = $(BASEOBJS) popen.o | 45 | check_disk_LDADD = $(BASEOBJS) popen.o |