annotate docs/Makefile.am @ 66:cd3e457cbc85
2002-11-26 Brian Masney <masneyb@gftp.org>
* configure.in - change version to 2.0.14rc1
* lib/local.c - fix for uploading files. Move setting of hostname
from local_connect() to local_init()
* lib/misc.c (gftp_request) - copy only select fields over instead of
whole structure
* lib/protocols.c (gftp_request_new) - set datafd and cachefd to -1
* lib/protocols.c (gftp_set_proxy_config) - allow a NULL proxy_config
to be passed
* src/gtk/misc-gtk.c (update_window) - don't show the hostname if we
are connected via the local protocol
* src/gtk/transfer.c (create_transfer) - check to see if this protocol
is always connected
author |
masneyb |
date |
Wed, 27 Nov 2002 02:23:51 +0000 |
parents |
d74bfa342116 |
children |
8978792d0855 |
rev |
line source |
1
|
1 ## Process this file with automake to produce Makefile.in
|
|
2
|
|
3 man_MANS=gftp.1
|
|
4 SUBDIRS=sample.gftp
|
26
|
5 EXTRA_DIST=USERS-GUIDE gftp.1 gftp.desktop gftp.lsm gftp.png parse-netrc.pl
|
1
|
6
|
|
7 Utilitiesdir = $(datadir)/gnome/apps/Internet
|
|
8 Utilities_DATA = gftp.desktop
|
|
9
|
|
10 Iconsdir = $(datadir)/pixmaps
|
|
11 Icons_DATA = gftp.png
|