annotate src/text/Makefile.am @ 1:8b1883341c6f

Initial revision
author masneyb
date Mon, 05 Aug 2002 19:46:57 +0000
parents
children d74bfa342116
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
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
7 LDADD = ../../lib/libgftp.a @INTLLIBS@ @GLIB_LIBS@ @EXTRA_LIBS@ @READLINE_LIBS@
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
8 noinst_HEADERS=gftp-text.h
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
9 localedir=$(datadir)/locale