view src/text/Makefile.am @ 272:989ff9980717

2003-09-14 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Dutch translation updated.
author adrighem
date Sun, 14 Sep 2003 16:04:17 +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