view lib/Makefile.am @ 855:30eaf54a63f7

2006-11-16 Brian Masney <masneyb@gftp.org> * lib/protocols.c (gftp_get_all_subdirs) - don't return if there was a problem running gftp_stat_filename(). Only return if there was a fatal error. (closes #314929)
author masneyb
date Fri, 17 Nov 2006 03:04:57 +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