Mercurial > gftp.yaz
view lib/Makefile.am @ 139:c363b08e0118
2003-4-21 Brian Masney <masneyb@gftp.org>
* lib/gftp.h - added ui_cancel_function to struct gftp_option_type_var
* src/gtk/gftp-gtk.c - added custom_edit_value to struct
gftp_textcomboedt_widget_data
* src/gtk/options_dialog.c - fixups for gftp_option_type_textcomboedt.
The value will always convert %n to \n when reading in and then do the
opposite conversion when saving the variable. Also, added tooltips to
the options
* lib/rfc959.c - remove FIXME comment
author | masneyb |
---|---|
date | Tue, 22 Apr 2003 01:42:05 +0000 |
parents | 7ef60ce2bdb2 |
children | 782f84694489 |
line wrap: on
line source
## Process this file with automake to produce Makefile.in noinst_LIBRARIES = libgftp.a libgftp_a_SOURCES=bookmark.c cache.c config_file.c local.c misc.c protocols.c \ rfc959.c rfc2068.c sshv2.c INCLUDES=@GLIB_CFLAGS@ @PTHREAD_CFLAGS@ -I../intl -DSHARE_DIR=\"$(datadir)/gftp\" noinst_HEADERS=gftp.h options.h