changeset 352:f3bcd5a9f342

2003-1-4 Brian Masney <masneyb@gftp.org> * src/text/Makefile.am src/gtk/Makefile.am - added @LIBINTL@ to LDADD line of Makefile.am
author masneyb
date Sun, 04 Jan 2004 17:52:43 +0000
parents ae7f8b9bd2e4
children 91d91f574438
files ChangeLog src/gtk/Makefile.am src/text/Makefile.am
diffstat 3 files changed, 6 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sun Jan 04 17:41:03 2004 +0000
+++ b/ChangeLog	Sun Jan 04 17:52:43 2004 +0000
@@ -1,4 +1,7 @@
 2003-1-4 Brian Masney <masneyb@gftp.org>
+	* src/text/Makefile.am src/gtk/Makefile.am - added @LIBINTL@ to LDADD
+	line of Makefile.am
+
 	* configure.in - added src/uicommon/Makefile to the list of files to
 	be generated. 
 
@@ -1911,7 +1914,7 @@
 
 	* cvsclean - added this script
 
-	* *.[ch] - added $Id: ChangeLog,v 1.193 2004/01/04 17:41:02 masneyb Exp $ tags
+	* *.[ch] - added $Id: ChangeLog,v 1.194 2004/01/04 17:52:42 masneyb Exp $ tags
 
 	* debian/* - updated files from Debian maintainer
 
--- a/src/gtk/Makefile.am	Sun Jan 04 17:41:03 2004 +0000
+++ b/src/gtk/Makefile.am	Sun Jan 04 17:52:43 2004 +0000
@@ -6,6 +6,6 @@
                      gftp-gtk.c gtkui.c menu-items.c misc-gtk.c \
                      options_dialog.c transfer.c view_dialog.c
 INCLUDES = @GTK_CFLAGS@ @PTHREAD_CFLAGS@ -DSHARE_DIR=\"$(datadir)/gftp\" -I../../intl
-LDADD = ../../lib/libgftp.a ../uicommon/libgftpui.a @GTK_LIBS@ @PTHREAD_LIBS@ @EXTRA_LIBS@ @GTHREAD_LIBS@ @SSL_LIBS@
+LDADD = ../../lib/libgftp.a ../uicommon/libgftpui.a @GTK_LIBS@ @PTHREAD_LIBS@ @EXTRA_LIBS@ @GTHREAD_LIBS@ @SSL_LIBS@ @LIBINTL@
 noinst_HEADERS = gftp-gtk.h
 localedir = $(datadir)/locale
--- a/src/text/Makefile.am	Sun Jan 04 17:41:03 2004 +0000
+++ b/src/text/Makefile.am	Sun Jan 04 17:52:43 2004 +0000
@@ -4,6 +4,6 @@
 EXTRA_PROGRAMS = gftp-text
 gftp_text_SOURCES=gftp-text.c textui.c
 INCLUDES=@GLIB_CFLAGS@ -DSHARE_DIR=\"$(datadir)/gftp\" -I../../intl
-LDADD = ../../lib/libgftp.a ../uicommon/libgftpui.a @GLIB_LIBS@ @EXTRA_LIBS@ @READLINE_LIBS@ @SSL_LIBS@
+LDADD = ../../lib/libgftp.a ../uicommon/libgftpui.a @GLIB_LIBS@ @EXTRA_LIBS@ @READLINE_LIBS@ @SSL_LIBS@ @LIBINTL@
 noinst_HEADERS=gftp-text.h
 localedir=$(datadir)/locale