annotate lib/Makefile.am @ 521:739afd9df73c

2004-7-27 Brian Masney <masneyb@gftp.org> * lib/rfc959.c src/gtk/misc-gtk.c src/gtk/view_dialog.c - fixed more comparsions between signed and unsigned integers * lib/sshv2.c (sshv2_buffer_get_int32) - allow an expected response value of 0. If it does not match, call sshv2_wrong_response(). SSH_FX_OK is set to 0, so this value was not being checked * src/gtk/gtkui.c src/text/textui.c src/uicommon/gftpui.h - renamed the clear_cache argument of gftpui_refresh() to clear_cache_entry. There is already a function named clear_cache()
author masneyb
date Wed, 28 Jul 2004 02:47:25 +0000
parents 57087926bf03
children 2d3ea4db3106
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 noinst_LIBRARIES = libgftp.a
402
57087926bf03 2004-2-16 Brian Masney <masneyb@gftp.org>
masneyb
parents: 397
diff changeset
4 libgftp_a_SOURCES=bookmark.c cache.c config_file.c ftps.c https.c local.c \
57087926bf03 2004-2-16 Brian Masney <masneyb@gftp.org>
masneyb
parents: 397
diff changeset
5 misc.c mkstemps.c protocols.c pty.c rfc959.c rfc2068.c \
57087926bf03 2004-2-16 Brian Masney <masneyb@gftp.org>
masneyb
parents: 397
diff changeset
6 sshv2.c sslcommon.c
397
14ef37b62c20 2004-2-8 Brian Masney <masneyb@gftp.org>
masneyb
parents: 394
diff changeset
7 INCLUDES=@GLIB_CFLAGS@ @PTHREAD_CFLAGS@ -I../intl -DSHARE_DIR=\"$(datadir)/gftp\" -DLOCALE_DIR=\"$(datadir)/locale\"
394
47337e04036f 2003-2-4 Brian Masney <masneyb@gftp.org>
masneyb
parents: 389
diff changeset
8 noinst_HEADERS=gftp.h ftpcommon.h httpcommon.h options.h