view src/text/Makefile.am @ 104:31a004f868f7

Update Czech translation
author mitr
date Fri, 07 Feb 2003 22:02:51 +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