annotate src/gtk/Makefile.am @ 47:eec25f215772
2002-11-5 Brian Masney <masneyb@gftp.org>
* lib/cache.c lib/gftp.h - added second argument ignore_directory to
gftp_delete_cache_entry
* src/gtk/menu-items.c (disconnect) - when disconnecting from the
remote site, clear all cache entries for that site
* src/gtk/delete_dialog.c src/gtk/misc-gtk.c src/gtk/mkdir_dialog.c -
pass a 0 as second argument to gftp_delete_cache_entry
author |
masneyb |
date |
Tue, 05 Nov 2002 20:36:11 +0000 |
parents |
c8ec7877432e |
children |
fe36ed90aedd |
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
|
33
|
9 LDADD = ../../lib/libgftp.a @LIBINTL@ @GTK_LIBS@ @PTHREAD_LIBS@ @EXTRA_LIBS@ @GTHREAD_LIBS@
|
1
|
10 noinst_HEADERS = gftp-gtk.h
|
|
11 localedir = $(datadir)/locale
|