view lib/Makefile.am @ 952:a490d94a5b8e

2008-03-28 Brian Masney <masneyb@gftp.org> * lib/Makefile.am lib/misc.c lib/socket-connect.c lib/socket-connect-getaddrinfo.c lib/socket-connect-gethostbyname.c lib/sockutils.c lib/gftp.h - cleaned up more of the socket functions and split them up into their own files. Cleanups and bug fixes to the DNS lookup code.
author masneyb
date Fri, 28 Mar 2008 11:44:36 +0000
parents c7d7a081cd9c
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