Mercurial > gftp.yaz
view src/text/Makefile.am @ 683:8bb9f5e08cc4
2005-2-4 Brian Masney <masneyb@gftp.org>
* ChangeLog-old - updated with changes since 2.0.18rc1
* docs/website/index.html.in - added link to the FSP homepage
author | masneyb |
---|---|
date | Fri, 04 Feb 2005 15:29:24 +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