*** empty log message ***

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5821 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Rob Browning
2001-11-09 18:27:18 +00:00
parent 686d9fde5c
commit 76bf20fe8f

View File

@@ -1,5 +1,29 @@
2001-11-09 Rob Browning <rlb@defaultvalue.org>
* 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.