view src/text/Makefile.am @ 28:b3e16d1f19c9

2002-09-24 Brian Masney <masneyb@gftp.org> * configure.in - take [external] off of AM_GNU_GETTEXT * de.po, ja.po, nl.po, no.po, pl.po, sv.po, zh_CN.po - fixed several format modifiers on some strings
author masneyb
date Tue, 24 Sep 2002 13:00:16 +0000
parents d74bfa342116
children fe36ed90aedd
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 @LIBINTL@ @GLIB_LIBS@ @EXTRA_LIBS@ @READLINE_LIBS@
noinst_HEADERS=gftp-text.h
localedir=$(datadir)/locale