annotate Makefile.am @ 389:b39a312323ec
2003-2-3 Brian Masney <masneyb@gftp.org>
* lib/Makefile.am lib/gftp.h lib/options.h lib/rfc959.c lib/ftpcommon.h
lib/ftps.c - added support for the FTPS protocol. This currently is only
for the control connection. (draft-murray-auth-ftp-ssl-09.txt)
author |
masneyb |
date |
Wed, 04 Feb 2004 01:53:06 +0000 |
parents |
7d7d8299610d |
children |
44a018ea578c |
rev |
line source |
1
|
1 ## Process this file with automake to produce Makefile.in
|
|
2
|
202
|
3 SUBDIRS= docs intl lib po src
|
|
4 EXTRA_DIST= config.rpath mkinstalldirs ChangeLog-old README THANKS TODO \
|
26
|
5 gftp.spec.in debian/changelog debian/control debian/copyright \
|
|
6 debian/dirs debian/docs debian/menu debian/rules
|
1
|
7
|
|
8 dist-hook:
|
|
9 cp gftp.spec $(distdir)
|
26
|
10
|
|
11 ACLOCAL_AMFLAGS = -I m4
|