diff --git a/ChangeLog b/ChangeLog index eacc810b0c..e0b38f2019 100644 --- a/ChangeLog +++ b/ChangeLog @@ -30,6 +30,8 @@ * src/report/standard-reports/cash-flow.scm: don't crash when a user does something silly like having a split with no account. 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 diff --git a/src/quotes/Makefile.am b/src/quotes/Makefile.am index e8a06dc45b..d3838dd787 100644 --- a/src/quotes/Makefile.am +++ b/src/quotes/Makefile.am @@ -11,7 +11,8 @@ EXTRA_DIST = \ finance-quote-helper.in \ gnc-prices \ update-finance-quote.in \ - value_portfolio + value_portfolio \ + dump-finance-quote ## We borrow guile's convention and use @-...-@ as the substitution ## brackets here, instead of the usual @...@. This prevents autoconf