diff options
-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 d83c248b..4d3960bc 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -36,10 +36,10 @@ AM_INSTALL_PROGRAM_FLAGS = @INSTALL_OPTS@ ############################################################################## # the actual targets -#check_ftp_SOURCES = check_tcp.c -#check_imap_SOURCES = check_tcp.c -#check_nntp_SOURCES = check_tcp.c -#check_pop_SOURCES = check_tcp.c +check_ftp_SOURCES = check_tcp.c +check_imap_SOURCES = check_tcp.c +check_nntp_SOURCES = check_tcp.c +check_pop_SOURCES = check_tcp.c check_dig_LDADD = $(BASEOBJS) popen.o check_disk_LDADD = $(BASEOBJS) popen.o |