view src/gtk/Makefile.am @ 926:7b5aa0420fe2

2007-6-13 Brian Masney <masneyb@gftp.org> * lib/misc.c (insert_commas) lib/gftp.h - explictly cast the number to a long long if it is supported on the system. This fixes a problem where the number is converted to an integer when the sizeof (off_t) != sizeof (long long)
author masneyb
date Thu, 14 Jun 2007 02:06:41 +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