* src/quotes/Makefile.am: add dump-finance-quote to the DIST

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7929 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Derek Atkins 2003-02-03 02:53:20 +00:00
parent c2e26a8d0f
commit 3fdac525ae
2 changed files with 4 additions and 1 deletions

View File

@ -31,6 +31,8 @@
user does something silly like having a split with no account. user does something silly like having a split with no account.
Warn the user when we find this situation. Warn the user when we find this situation.
* src/quotes/Makefile.am: add dump-finance-quote to the DIST
2003-02-01 Benoit Grégoire <bock@step.polymtl.ca> 2003-02-01 Benoit Grégoire <bock@step.polymtl.ca>
* src/import-export/gnc-ofx-import.c: No longer assume that transaction with type OFX_OTHER are investement transactions. Fixes bug reported by Rik harris. * src/import-export/gnc-ofx-import.c: No longer assume that transaction with type OFX_OTHER are investement transactions. Fixes bug reported by Rik harris.

View File

@ -11,7 +11,8 @@ EXTRA_DIST = \
finance-quote-helper.in \ finance-quote-helper.in \
gnc-prices \ gnc-prices \
update-finance-quote.in \ update-finance-quote.in \
value_portfolio value_portfolio \
dump-finance-quote
## We borrow guile's convention and use @-...-@ as the substitution ## We borrow guile's convention and use @-...-@ as the substitution
## brackets here, instead of the usual @...@. This prevents autoconf ## brackets here, instead of the usual @...@. This prevents autoconf