annotate docs/sample.gftp/Makefile.am @ 520:e67a52327b24

2004-7-27 Brian Masney <masneyb@gftp.org> * lib/gftp.h lib/local.c lib/protocols.c lib/sshv2.c - changed declaration of gftp_stat_filename() so that the mode of the filename is returned as a parameter instead of the function return value. The mode_t type is unsigned and the error codes could not be reported properly
author masneyb
date Wed, 28 Jul 2004 02:19:00 +0000
parents 87a94b93c36c
children c71bc7d32ce5
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
1 ## Process this file with automake to produce Makefile.in
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
2
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
3 pkgdata_DATA=COPYING bookmarks connect.xpm deb.xpm diff.xpm dir.xpm doc.xpm \
34
87a94b93c36c 2002-10-07 Brian Masney <masneyb@gftp.org>
masneyb
parents: 1
diff changeset
4 dotdot.xpm down.xpm exe.xpm gftp-logo.xpm gftp-mini-logo.xpm gftp.xpm \
87a94b93c36c 2002-10-07 Brian Masney <masneyb@gftp.org>
masneyb
parents: 1
diff changeset
5 gftprc img.xpm left.xpm linkdir.xpm linkfile.xpm man.xpm open_dir.xpm \
87a94b93c36c 2002-10-07 Brian Masney <masneyb@gftp.org>
masneyb
parents: 1
diff changeset
6 right.xpm rpm.xpm stop.xpm tar.xpm txt.xpm sound.xpm up.xpm world.xpm
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
7
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
8 EXTRA_DIST=COPYING bookmarks connect.xpm deb.xpm diff.xpm dir.xpm doc.xpm \
34
87a94b93c36c 2002-10-07 Brian Masney <masneyb@gftp.org>
masneyb
parents: 1
diff changeset
9 dotdot.xpm down.xpm exe.xpm gftp-logo.xpm gftp-mini-logo.xpm gftp.xpm \
87a94b93c36c 2002-10-07 Brian Masney <masneyb@gftp.org>
masneyb
parents: 1
diff changeset
10 gftprc img.xpm left.xpm linkdir.xpm linkfile.xpm man.xpm open_dir.xpm \
87a94b93c36c 2002-10-07 Brian Masney <masneyb@gftp.org>
masneyb
parents: 1
diff changeset
11 right.xpm rpm.xpm stop.xpm tar.xpm txt.xpm sound.xpm up.xpm world.xpm
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
12