diff 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 8544f6585593
children c8ec7877432e
line wrap: on
line diff
--- a/Makefile.am	Tue Sep 24 11:21:32 2002 +0000
+++ b/Makefile.am	Tue Sep 24 12:18:40 2002 +0000
@@ -1,9 +1,11 @@
 ## Process this file with automake to produce Makefile.in
 
-SUBDIRS=docs intl lib po src
-EXTRA_DIST=ChangeLog-old README THANKS TODO gftp.spec.in debian/changelog \
-	debian/control debian/copyright debian/dirs debian/docs debian/menu \
-	debian/rules
+SUBDIRS= intl m4 docs lib po src
+EXTRA_DIST= config.rpath mkinstalldirs ChangeLog-old README THANKS TODO \
+	gftp.spec.in debian/changelog debian/control debian/copyright \
+	debian/dirs debian/docs debian/menu debian/rules
 
 dist-hook:
 	cp gftp.spec $(distdir)     
+
+ACLOCAL_AMFLAGS = -I m4