annotate src/gtk/Makefile.am @ 209:d79e2782eb1b
2003-7-5 Brian Masney <masneyb@gftp.org>
* lib/protocols.c (gftp_get_line) - fixed bug where the read function
was being called one extra time after the end of file was reached
* lib/rfc2068.c - fixes for chunked file transfers. All known issues with the
HTTP protocol should be (hopefully) fixed now
* lib/httpcommon.h (struct rfc2068_params_tag) - added eof variable
author |
masneyb |
date |
Sat, 05 Jul 2003 17:30:14 +0000 |
parents |
fe36ed90aedd |
children |
3d6e024dbf31 |
rev |
line source |
1
|
1 ## Process this file with automake to produce Makefile.in
|
|
2
|
|
3 bin_PROGRAMS = @GFTP_GTK@
|
|
4 EXTRA_PROGRAMS = gftp-gtk
|
|
5 gftp_gtk_SOURCES = bookmarks.c chmod_dialog.c delete_dialog.c dnd.c \
|
|
6 gftp-gtk.c menu-items.c misc-gtk.c mkdir_dialog.c \
|
|
7 options_dialog.c rename_dialog.c transfer.c view_dialog.c
|
|
8 INCLUDES = @GTK_CFLAGS@ @PTHREAD_CFLAGS@ -DSHARE_DIR=\"$(datadir)/gftp\" -DLOCALE_DIR=\"$(localedir)\" -I../../intl
|
114
|
9 LDADD = ../../lib/libgftp.a @GTK_LIBS@ @PTHREAD_LIBS@ @EXTRA_LIBS@ @GTHREAD_LIBS@
|
1
|
10 noinst_HEADERS = gftp-gtk.h
|
|
11 localedir = $(datadir)/locale
|