Mercurial > gftp.yaz
view lib/Makefile.am @ 684:b56dc758907d
2005-2-4 Brian Masney <masneyb@gftp.org>
* debian/changelog configure.in - updated version number to 2.0.18
* configure.in - commented out AM_TYPE_PTRDIFF_T for now. I don't have
this automake macro installed on my system
author | masneyb |
---|---|
date | Fri, 04 Feb 2005 15:49:30 +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