diff options
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r-- | tools/Makefile.am | 2 |
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 \ |