Mercurial > gftp.yaz
view src/text/Makefile.am @ 863:9f10d3c835cb
2006-11-30 Brian Masney <masneyb@gftp.org>
* lib/options.h src/gtk/gftp-gtk.c - added new option:
connect_to_remote_on_startup. If this is enabled, then the application
will automatically connect to the remote server when it is started.
(closes #330418)
author | masneyb |
---|---|
date | Sat, 23 Dec 2006 18:16:32 +0000 |
parents | 2d3ea4db3106 |
children |
line wrap: on
line source
## Process this file with automake to produce Makefile.in bin_PROGRAMS = @GFTP_TEXT@ EXTRA_PROGRAMS = gftp-text gftp_text_SOURCES=gftp-text.c textui.c INCLUDES=@GLIB_CFLAGS@ -I../../intl LDADD = ../../lib/libgftp.a ../../lib/fsplib/libfsp.a ../uicommon/libgftpui.a @GLIB_LIBS@ @EXTRA_LIBS@ @READLINE_LIBS@ @SSL_LIBS@ @LIBINTL@ noinst_HEADERS=gftp-text.h localedir=$(datadir)/locale