annotate Makefile.am @ 77:100a4b310c60
2002-12-4 Brian Masney <masneyb@gftp.org>
* lib/misc.c (ssh_start_login_sequence) - if the word WARNING appears
in the banner, don't log into the server
* docs/sample.gftp/gftprc - removed use_default_dl_types line
author |
masneyb |
date |
Fri, 06 Dec 2002 02:28:19 +0000 |
parents |
cd3e457cbc85 |
children |
5c952c5cb438 |
rev |
line source |
1
|
1 ## Process this file with automake to produce Makefile.in
|
|
2
|
66
|
3 SUBDIRS= intl docs 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
|