diff options
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 ae954adb..eea0b79d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,6 +14,7 @@ libledger_a_SOURCES = \ parser.cc \ qif.cc \ quotes.cc \ + reconcile.cc \ textual.cc \ valexpr.cc \ value.cc \ @@ -52,6 +53,7 @@ pkginclude_HEADERS = \ pyledger.h \ qif.h \ quotes.h \ + reconcile.h \ textual.h \ timing.h \ util.h \ |