view src/text/Makefile.am @ 290:6e255984c0b0

2003-10-18 Brian Masney <masneyb@gftp.org> * lib/misc.c lib/gftp.h src/text/gftp-text.c src/gtk/gftp-gtk.c - added gftp_locale_init(). * src/gtk/Makefile.am src/text/Makefile.am - removed declaration of LOCALE_DIR * lib/Makefile.am - added declaration of LOCALE_DIR
author masneyb
date Sat, 18 Oct 2003 15:21:39 +0000
parents 3d6e024dbf31
children eedc2c5727fa
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\" -I../../intl
LDADD = ../../lib/libgftp.a @GLIB_LIBS@ @EXTRA_LIBS@ @READLINE_LIBS@ @SSL_LIBS@
noinst_HEADERS=gftp-text.h
localedir=$(datadir)/locale