diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-08 21:17:23 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-08 21:17:23 -0400 |
commit | e0b108ff3a64ae76d9fa420b35e35f77f30a54e0 (patch) | |
tree | 0e624d7bcb1fab855c8016f43f5c83e9872af352 /Makefile.am | |
parent | 623c57a623eae8e2e79af7bfe1680e507e5d333c (diff) | |
download | fork-ledger-e0b108ff3a64ae76d9fa420b35e35f77f30a54e0.tar.gz fork-ledger-e0b108ff3a64ae76d9fa420b35e35f77f30a54e0.tar.bz2 fork-ledger-e0b108ff3a64ae76d9fa420b35e35f77f30a54e0.zip |
Attribute lookup on a Value object which is a Scope now searches the scope.
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 feda1616..45cd8a8a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -196,6 +196,7 @@ libledger_python_la_SOURCES = \ python/py_chain.cc \ python/py_commodity.cc \ python/py_entry.cc \ + python/py_expr.cc \ python/py_flags.cc \ python/py_format.cc \ python/py_global.cc \ |