summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2010-03-07 22:53:57 -0500
committerJohn Wiegley <johnw@newartisans.com>2010-03-08 01:11:55 -0500
commit1bf0220f246c5e984d9a43e5d8b3979b9091bc5a (patch)
tree710291f43415b9aed741a948ee8687316df13bda /tools
parente070cdfc8ddcf9d6a25b593502f1c5ade56c849c (diff)
downloadfork-ledger-1bf0220f246c5e984d9a43e5d8b3979b9091bc5a.tar.gz
fork-ledger-1bf0220f246c5e984d9a43e5d8b3979b9091bc5a.tar.bz2
fork-ledger-1bf0220f246c5e984d9a43e5d8b3979b9091bc5a.zip
Added experimental account lookup logic
This is used by the "xact" command, and the CSV importer. It is very slow O(xacts*records).
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 5e1d3775..e821f150 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -55,6 +55,7 @@ libledger_expr_la_CPPFLAGS = $(lib_cppflags)
libledger_expr_la_LDFLAGS = -release $(VERSION)
libledger_data_la_SOURCES = \
+ src/lookup.cc \
src/compare.cc \
src/iterators.cc \
src/timelog.cc \
@@ -129,6 +130,7 @@ pkginclude_HEADERS = \
src/timelog.h \
src/iterators.h \
src/compare.h \
+ src/lookup.h \
\
src/session.h \
src/report.h \