summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-01-19 22:23:02 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-01-19 22:23:02 -0400
commitadf8cfbbc077c9b7d33dcdfea1ca119904f85a8e (patch)
tree6a350b40029a3782a33c614f565a5d45b4c62632 /Makefile.am
parent49b83c0d6ff026b4c041eb451f24cca8756e540a (diff)
downloadfork-ledger-adf8cfbbc077c9b7d33dcdfea1ca119904f85a8e.tar.gz
fork-ledger-adf8cfbbc077c9b7d33dcdfea1ca119904f85a8e.tar.bz2
fork-ledger-adf8cfbbc077c9b7d33dcdfea1ca119904f85a8e.zip
Can now determine the market value of balance pairs, even if stored within
value_t objects.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 2ede5c75..4787244b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -12,6 +12,7 @@ libamounts_la_SOURCES = \
src/amount.cc \
src/commodity.cc \
src/balance.cc \
+ src/balpair.cc \
src/value.cc \
\
src/token.cc \