Mercurial > gftp.yaz
comparison src/text/Makefile.am @ 26:d74bfa342116
2002-09-24 gettextize <bug-gnu-gettext@gnu.org>
* Makefile.am (SUBDIRS): Add intl,
(ACLOCAL_AMFLAGS): New variable.
(EXTRA_DIST): Add config.rpath mkinstalldirs.
* configure.in (AC_OUTPUT): Add intl/Makefile,
2002-09-24 Brian Masney <masneyb@gftp.org>
* lib/config_file.c - separated saving of bookmarks from
gftp_write_config_file() to gftp_write_bookmarks_file(). Bookmarks will
no longer be rewritten to disk every time gFTP exits
* src/gtk/bookmarks.c - call gftp_write_bookmarks_file() instead of
gftp_write_config_file() when altering a bookmark
* configure.in - Fixed problem with the text port being compiled
against glib 1.2 if we wanted it to be compiled against glib 2.0
instead
* autogen.sh - add this build script
author | masneyb |
---|---|
date | Tue, 24 Sep 2002 12:18:40 +0000 |
parents | 8b1883341c6f |
children | fe36ed90aedd |
comparison
equal
deleted
inserted
replaced
25:8ded3af0172c | 26:d74bfa342116 |
---|---|
2 | 2 |
3 bin_PROGRAMS = @GFTP_TEXT@ | 3 bin_PROGRAMS = @GFTP_TEXT@ |
4 EXTRA_PROGRAMS = gftp-text | 4 EXTRA_PROGRAMS = gftp-text |
5 gftp_text_SOURCES=gftp-text.c | 5 gftp_text_SOURCES=gftp-text.c |
6 INCLUDES=@GLIB_CFLAGS@ -DSHARE_DIR=\"$(datadir)/gftp\" -DLOCALE_DIR=\"$(localedir)\" -I../../intl | 6 INCLUDES=@GLIB_CFLAGS@ -DSHARE_DIR=\"$(datadir)/gftp\" -DLOCALE_DIR=\"$(localedir)\" -I../../intl |
7 LDADD = ../../lib/libgftp.a @INTLLIBS@ @GLIB_LIBS@ @EXTRA_LIBS@ @READLINE_LIBS@ | 7 LDADD = ../../lib/libgftp.a @LIBINTL@ @GLIB_LIBS@ @EXTRA_LIBS@ @READLINE_LIBS@ |
8 noinst_HEADERS=gftp-text.h | 8 noinst_HEADERS=gftp-text.h |
9 localedir=$(datadir)/locale | 9 localedir=$(datadir)/locale |