Mercurial > gftp.yaz
view lib/Makefile.am @ 820:435b11d2d628
2006-10-1 Brian Masney <masneyb@gftp.org>
* lib/ftpcommon.h lib/ftps.c lib/rfc959.c - automatically reconnect to
the server if a timeout occurs.
* src/uicommon/gftpui.c (_gftpui_common_thread_callback) - removed
checks for the timeouts. This is now transparently handled in the
FTP[S]* protocols. I need to check for timeouts in the other protocols.
author | masneyb |
---|---|
date | Sun, 01 Oct 2006 18:25:16 +0000 |
parents | 2d3ea4db3106 |
children | c7d7a081cd9c |
line wrap: on
line source
## Process this file with automake to produce Makefile.in SUBDIRS=fsplib noinst_LIBRARIES = libgftp.a libgftp_a_SOURCES=bookmark.c cache.c config_file.c fsp.c ftps.c https.c \ local.c misc.c mkstemps.c protocols.c pty.c rfc959.c \ rfc2068.c sshv2.c sslcommon.c INCLUDES=@GLIB_CFLAGS@ @PTHREAD_CFLAGS@ -I../intl -DSHARE_DIR=\"$(datadir)/gftp\" -DLOCALE_DIR=\"$(datadir)/locale\" noinst_HEADERS=gftp.h ftpcommon.h httpcommon.h options.h