annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
1 ## Process this file with automake to produce Makefile.in
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
2
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
3 bin_PROGRAMS = @GFTP_TEXT@
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
4 EXTRA_PROGRAMS = gftp-text
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
5 gftp_text_SOURCES=gftp-text.c
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
6 INCLUDES=@GLIB_CFLAGS@ -DSHARE_DIR=\"$(datadir)/gftp\" -DLOCALE_DIR=\"$(localedir)\" -I../../intl
215
3d6e024dbf31 2003-7-7 Brian Masney <masneyb@gftp.org>
masneyb
parents: 114
diff changeset
7 LDADD = ../../lib/libgftp.a @GLIB_LIBS@ @EXTRA_LIBS@ @READLINE_LIBS@ @SSL_LIBS@
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
8 noinst_HEADERS=gftp-text.h
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
9 localedir=$(datadir)/locale