view 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
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 
INCLUDES=@GLIB_CFLAGS@ -DSHARE_DIR=\"$(datadir)/gftp\" -DLOCALE_DIR=\"$(localedir)\" -I../../intl
LDADD = ../../lib/libgftp.a @GLIB_LIBS@ @EXTRA_LIBS@ @READLINE_LIBS@ @SSL_LIBS@
noinst_HEADERS=gftp-text.h
localedir=$(datadir)/locale