diff options
author | John Wiegley <johnw@newartisans.com> | 2008-07-20 05:03:54 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-07-20 05:03:54 -0400 |
commit | 52fc9f2e4499e75d17e7f12d32a8391054d8634a (patch) | |
tree | 164b6b4cdb6717f2df7d154793499e90bdd3ae3e /Makefile.am | |
parent | 59f6ffb863b7121b8a49c13dd64f9943ddaf7ed0 (diff) | |
download | fork-ledger-52fc9f2e4499e75d17e7f12d32a8391054d8634a.tar.gz fork-ledger-52fc9f2e4499e75d17e7f12d32a8391054d8634a.tar.bz2 fork-ledger-52fc9f2e4499e75d17e7f12d32a8391054d8634a.zip |
Brought in the final round of 3.0 code, although it does not compile yet:
report, session, parts of xpath, main, journal, option.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index a15edf50..934d0e91 100644 --- a/Makefile.am +++ b/Makefile.am @@ -51,6 +51,7 @@ libledger_la_SOURCES = \ qif.cc \ reconcile.cc \ report.cc \ + session.cc \ startup.cc \ textual.cc \ valexpr.cc \ |