view lib/Makefile.am @ 943:ca75331d0f82

2008-01-24 Brian Masney <masneyb@gftp.org> * docs/sample.gftp/gftprc - updated the config file to the current release
author masneyb
date Thu, 24 Jan 2008 23:29:20 +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