annotate src/gtk/Makefile.am @ 198:8fea1b1a2ec6

2003-6-22 Brian Masney <masneyb@gftp.org> * lib/config_file.c lib/gftp.h - renamed parse_args to gftp_config_parse_args() and removed the static declaration * lib/protocols.c (gftp_request_destroy) - fixed memory problem with the new local configuration interface * src/gtk/gftp-gtk.c - added gftp_gtk_config_(read|write)_color(). I am overriding the read and write functions for gftp_option_type_color to be these functions. This is so that I can use a GdkColor structure instead of a gftp_color structure * src/gtk/misc-gtk.c - when destroying the dialogs, set the pointers to NULL before we call the callback functions. This is to make sure that they aren't being used in the callbacks * TODO - updated
author masneyb
date Mon, 23 Jun 2003 01:07:05 +0000
parents fe36ed90aedd
children 3d6e024dbf31
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
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
8 INCLUDES = @GTK_CFLAGS@ @PTHREAD_CFLAGS@ -DSHARE_DIR=\"$(datadir)/gftp\" -DLOCALE_DIR=\"$(localedir)\" -I../../intl
114
fe36ed90aedd 2003-2-23 Brian Masney <masneyb@gftp.org>
masneyb
parents: 33
diff changeset
9 LDADD = ../../lib/libgftp.a @GTK_LIBS@ @PTHREAD_LIBS@ @EXTRA_LIBS@ @GTHREAD_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