annotate 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 |
rev |
line source |
1
|
1 ## Process this file with automake to produce Makefile.in
|
|
2
|
|
3 bin_PROGRAMS = @GFTP_TEXT@
|
|
4 EXTRA_PROGRAMS = gftp-text
|
341
|
5 gftp_text_SOURCES=gftp-text.c textui.c
|
483
|
6 INCLUDES=@GLIB_CFLAGS@ -I../../intl
|
352
|
7 LDADD = ../../lib/libgftp.a ../uicommon/libgftpui.a @GLIB_LIBS@ @EXTRA_LIBS@ @READLINE_LIBS@ @SSL_LIBS@ @LIBINTL@
|
1
|
8 noinst_HEADERS=gftp-text.h
|
|
9 localedir=$(datadir)/locale
|