Explorar el Código

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
Karl DeBisschop hace 23 años
padre
commit
408e967c94
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  1. 4 4
      plugins/Makefile.am

+ 4 - 4
plugins/Makefile.am

@@ -36,10 +36,10 @@ AM_INSTALL_PROGRAM_FLAGS = @INSTALL_OPTS@
 ##############################################################################
 ##############################################################################
 # the actual targets
 # 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_dig_LDADD = $(BASEOBJS) popen.o
 check_disk_LDADD = $(BASEOBJS) popen.o
 check_disk_LDADD = $(BASEOBJS) popen.o