mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-09-03 20:53:02 -05:00
Fix some errors in r21570 which cause "make distcheck" to fail, and a couple of others besides. While this gets distcheck to work on the Mac, there are still some problems with the standard-reports test on Linux related to trying to load reports from the installation directory (make install is run *after* make check during make distcheck). This test passes on the Mac, fails on Linux. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@21645 57a11ea4-9604-0410-9ed3-97b8803252fd
This directory contains code for the accounting engine. Its fairly clean but far from perfect, and it certainly lacks advanced features. There should be no GUI code in this subdirectory, and, ideally, it should build cleanly and independently of any GUI elements or assumptions. For design documentation, please see the file "design.txt", and also, look at the header files carefully. The documentation for each routine is in the header files for that routine. September 1998