From 3fdac525ae5a5cf64fffaa5e024dda483320b81d Mon Sep 17 00:00:00 2001 From: Derek Atkins Date: Mon, 3 Feb 2003 02:53:20 +0000 Subject: [PATCH] * 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 --- ChangeLog | 2 ++ src/quotes/Makefile.am | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) 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