view src/gtk/Makefile.am @ 299:6da95954fe41

2003-10-26 Brian Masney <masneyb@gftp.org> * lib/rfc959.c (gftp_{get,put}_next_file_chunk) - check whether or not this is an ascii file transfer properly.
author masneyb
date Mon, 27 Oct 2003 02:15:47 +0000
parents 6e255984c0b0
children eedc2c5727fa
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 menu-items.c misc-gtk.c mkdir_dialog.c \
                     options_dialog.c rename_dialog.c transfer.c view_dialog.c
INCLUDES = @GTK_CFLAGS@ @PTHREAD_CFLAGS@ -DSHARE_DIR=\"$(datadir)/gftp\" -I../../intl
LDADD = ../../lib/libgftp.a @GTK_LIBS@ @PTHREAD_LIBS@ @EXTRA_LIBS@ @GTHREAD_LIBS@ @SSL_LIBS@
noinst_HEADERS = gftp-gtk.h
localedir = $(datadir)/locale