From 5371242eb3d241ddb463347061f8492276c6cdbf Mon Sep 17 00:00:00 2001 From: Dave Peticolas Date: Thu, 14 Dec 2000 11:33:09 +0000 Subject: [PATCH] Robert Graham Merkel's patch to the g-wrap build command. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3314 57a11ea4-9604-0410-9ed3-97b8803252fd --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index f07bd814f5..16052cd247 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2000-12-14 Robert Graham Merkel + * src/guile/Makefile.am: replace hardwired g-wrap module dir + with value from configure.in. + * src/engine/gnc-associate-account.[ch] : New files with code for associating income/expense accounts with a stock account. Not yet hooked up to the UI.