From 76bf20fe8fc4a9cf77bbbfe0d08c4ea592bf7c08 Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Fri, 9 Nov 2001 18:27:18 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5821 57a11ea4-9604-0410-9ed3-97b8803252fd --- ChangeLog | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/ChangeLog b/ChangeLog index 009391a943..f4d98d08d7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,29 @@ 2001-11-09 Rob Browning + * src/gnome-utils/test/Makefile.am + (INCLUDES): typo - GUILE_INCS not GUILE_CFLAGS. + + * src/tax/us/test/.cvsignore: add .libs. + + * src/report/locale-specific/us/test/.cvsignore: add .libs. + + * src/import-export/qif-import/test/.cvsignore: add .libs. + + * src/backend/file/test/Makefile.am + (AM_CFLAGS): add GUILE_INCS. + + * src/guile/tip-of-the-day.h: moved to src/gnome. + + * src/guile/tip-of-the-day.c: moved to src/gnome. + + * src/gnome/tip-of-the-day.h: moved from src/guile. + + * src/gnome/tip-of-the-day.c: moved from src/guile. + + * src/guile/Makefile.am: remove tip-of-the-day. + + * src/gnome/Makefile.am: move tip-of-the-day here. + * src/guile/Makefile.am: fix for new automake. * src/gnome-utils/Makefile.am (BUILT_SOURCES): fix for new automake.