annotate src/gtk/Makefile.am @ 294:4747f621b79b

2003-10-25 Brian Masney <masneyb@gftp.org> * src/gtk/transfer.c src/gtk/gftp-gtk.h src/gtk/view_dialog.c - when editing a remote file, if the user chooses to upload the changes, make sure the upload is not sent to the current directory on the remote server. * lib/rfc2068.c - set the shown attributes to be -rw------- instead of ----------. The HTTP server doesn't send the attributes over, so I just have to make something up. * src/gtk/options_dialog.c - make sure all of the tooltips text is passed to gettext() * lib/protocols.c - if the file transfer is to be throttled, only display the throttle message once. * lib/local.c (local_get_next_file) - if the file is a symlink, grab file size and attributes from the file this symlink points to.
author masneyb
date Sat, 25 Oct 2003 21:33:46 +0000
parents 6e255984c0b0
children eedc2c5727fa
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 bin_PROGRAMS = @GFTP_GTK@
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
4 EXTRA_PROGRAMS = gftp-gtk
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
5 gftp_gtk_SOURCES = bookmarks.c chmod_dialog.c delete_dialog.c dnd.c \
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
6 gftp-gtk.c menu-items.c misc-gtk.c mkdir_dialog.c \
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
7 options_dialog.c rename_dialog.c transfer.c view_dialog.c
290
6e255984c0b0 2003-10-18 Brian Masney <masneyb@gftp.org>
masneyb
parents: 215
diff changeset
8 INCLUDES = @GTK_CFLAGS@ @PTHREAD_CFLAGS@ -DSHARE_DIR=\"$(datadir)/gftp\" -I../../intl
215
3d6e024dbf31 2003-7-7 Brian Masney <masneyb@gftp.org>
masneyb
parents: 114
diff changeset
9 LDADD = ../../lib/libgftp.a @GTK_LIBS@ @PTHREAD_LIBS@ @EXTRA_LIBS@ @GTHREAD_LIBS@ @SSL_LIBS@
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
10 noinst_HEADERS = gftp-gtk.h
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
11 localedir = $(datadir)/locale