diff options
author | John Wiegley <johnw@newartisans.com> | 2006-03-24 16:37:26 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 02:41:31 -0400 |
commit | a5aff9eee967adb8c71ce6fc25db0458d522836e (patch) | |
tree | 1ab913955246a1ba0afd19d1f2fc776797a046d7 /Makefile.am | |
parent | 44561c1c1d233d9432de319a71b44a3e05275d49 (diff) | |
download | fork-ledger-a5aff9eee967adb8c71ce6fc25db0458d522836e.tar.gz fork-ledger-a5aff9eee967adb8c71ce6fc25db0458d522836e.tar.bz2 fork-ledger-a5aff9eee967adb8c71ce6fc25db0458d522836e.zip |
Several fixes to lot price handling.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 68dd5f48..63f53e5c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -28,6 +28,7 @@ libledger_la_SOURCES = \ qif.cc \ quotes.cc \ reconcile.cc \ + report.cc \ startup.cc \ textual.cc \ valexpr.cc \ @@ -74,6 +75,7 @@ pkginclude_HEADERS = \ qif.h \ quotes.h \ reconcile.h \ + report.h \ textual.h \ timing.h \ valexpr.h \ |