Mercurial > gftp.yaz
view lib/Makefile.am @ 567:b505daaccb92
2004-9-27 Brian Masney <masneyb@gftp.org>
* lib/rfc959.c (rfc959_connect) - return GFTP_EFATAL if the initial FTP
response is not 2xx
* docs/gftp-faq.sgml - removed sections that have not been relevant for
a long time. Added section about changing the encoding of filenames
author | masneyb |
---|---|
date | Tue, 28 Sep 2004 01:39:50 +0000 |
parents | 57087926bf03 |
children | 2d3ea4db3106 |
line wrap: on
line source
## Process this file with automake to produce Makefile.in noinst_LIBRARIES = libgftp.a libgftp_a_SOURCES=bookmark.c cache.c config_file.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