annotate src/text/Makefile.am @ 237:ed06de018967
2003-07-27 Duarte Loreto <happyguy_pt@hotmail.com>
* pt.po: Updated Portuguese translation.
author |
dnloreto |
date |
Sun, 27 Jul 2003 14:26:21 +0000 |
parents |
3d6e024dbf31 |
children |
6e255984c0b0 |
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
|
|
5 gftp_text_SOURCES=gftp-text.c
|
|
6 INCLUDES=@GLIB_CFLAGS@ -DSHARE_DIR=\"$(datadir)/gftp\" -DLOCALE_DIR=\"$(localedir)\" -I../../intl
|
215
|
7 LDADD = ../../lib/libgftp.a @GLIB_LIBS@ @EXTRA_LIBS@ @READLINE_LIBS@ @SSL_LIBS@
|
1
|
8 noinst_HEADERS=gftp-text.h
|
|
9 localedir=$(datadir)/locale
|