annotate src/text/Makefile.am @ 356:7cb3327f96f7

2003-1-5 Brian Masney <masneyb@gftp.org> * lib/gftp.h lib/misc.c src/gtk/gftpui.c - added GFTP_URL_USAGE that is the sytax for a valid URL. * lib/protocols.c (gftp_set_password) - allow the password to be NULL * src/gtk/gtkui.c src/text/textui.c src/uicommon/gftpui.h - added gftpui_prompt_username() and gftpui_promot_password() to each UI * src/text/gftp-text.c (gftp_text_ask_question) - don't display a : at the end of the question here. * src/text/gftp-text.h - added declaration of gftp_text_ask_question() * src/uicommon/gftpui.c - added gftpui_common_cmd_open(). This still needs a little bit more work done to it.
author masneyb
date Tue, 06 Jan 2004 02:42:30 +0000
parents f3bcd5a9f342
children 4376ffeab64e
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
341
eedc2c5727fa 2003-12-28 Brian Masney <masneyb@gftp.org>
masneyb
parents: 290
diff changeset
5 gftp_text_SOURCES=gftp-text.c textui.c
290
6e255984c0b0 2003-10-18 Brian Masney <masneyb@gftp.org>
masneyb
parents: 215
diff changeset
6 INCLUDES=@GLIB_CFLAGS@ -DSHARE_DIR=\"$(datadir)/gftp\" -I../../intl
352
f3bcd5a9f342 2003-1-4 Brian Masney <masneyb@gftp.org>
masneyb
parents: 341
diff changeset
7 LDADD = ../../lib/libgftp.a ../uicommon/libgftpui.a @GLIB_LIBS@ @EXTRA_LIBS@ @READLINE_LIBS@ @SSL_LIBS@ @LIBINTL@
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