Mercurial > gftp.yaz
view src/gtk/Makefile.am @ 754:ca202375e6cb
2006-6-22 Brian Masney <masneyb@gftp.org>
* src/gtk/bookmarks.c (new_item_entry) - fixed the title of the new item
dialog (closes #329660)
author | masneyb |
---|---|
date | Fri, 23 Jun 2006 01:24:28 +0000 |
parents | 2d3ea4db3106 |
children |
line wrap: on
line source
## Process this file with automake to produce Makefile.in bin_PROGRAMS = @GFTP_GTK@ EXTRA_PROGRAMS = gftp-gtk gftp_gtk_SOURCES = bookmarks.c chmod_dialog.c delete_dialog.c dnd.c \ gftp-gtk.c gtkui.c gtkui_transfer.c menu-items.c \ misc-gtk.c options_dialog.c transfer.c view_dialog.c INCLUDES = @GTK_CFLAGS@ @PTHREAD_CFLAGS@ -I../../intl LDADD = ../../lib/libgftp.a ../../lib/fsplib/libfsp.a ../uicommon/libgftpui.a @GTK_LIBS@ @PTHREAD_LIBS@ @EXTRA_LIBS@ @GTHREAD_LIBS@ @SSL_LIBS@ @LIBINTL@ noinst_HEADERS = gftp-gtk.h