Mercurial > gftp.yaz
view lib/Makefile.am @ 968:ce365745f7ba
2008-11-30 Brian Masney <masneyb@gftp.org>
* lib/ftps.c - warning fixes for the FTPS protocol when OpenSSL
support is disabled.
author | masneyb |
---|---|
date | Sun, 30 Nov 2008 14:29:48 +0000 |
parents | a490d94a5b8e |
children |
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 charset-conv.c config_file.c fsp.c ftps.c \ https.c local.c misc.c mkstemps.c parse-dir-listing.c \ protocols.c pty.c rfc959.c rfc2068.c sshv2.c sslcommon.c \ socket-connect.c socket-connect-getaddrinfo.c \ socket-connect-gethostbyname.c sockutils.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