Mercurial > gftp.yaz
view src/text/Makefile.am @ 535:8d310e2fd570
2004-8-17 Brian Masney <masneyb@gftp.org>
* lib/misc.c - when sorting by file, user or group, do a case
insensitive sort
author | masneyb |
---|---|
date | Wed, 18 Aug 2004 02:23:19 +0000 |
parents | 4376ffeab64e |
children | 2d3ea4db3106 |
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 ../uicommon/libgftpui.a @GLIB_LIBS@ @EXTRA_LIBS@ @READLINE_LIBS@ @SSL_LIBS@ @LIBINTL@ noinst_HEADERS=gftp-text.h localedir=$(datadir)/locale