summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-02-01 18:29:30 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-02-01 18:29:30 -0400
commite61696a91bc988b7a5f817d154741d28ed573a5f (patch)
treebb5d1770b6ca5ae948584eac5ab675b19e3595af /Makefile.am
parenteaccff2932451cc27c4e5e91304e6e3fcbbd6845 (diff)
downloadfork-ledger-e61696a91bc988b7a5f817d154741d28ed573a5f.tar.gz
fork-ledger-e61696a91bc988b7a5f817d154741d28ed573a5f.tar.bz2
fork-ledger-e61696a91bc988b7a5f817d154741d28ed573a5f.zip
Moved chain_xact_handlers into its own file, chain.h and chain.cc.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 194c77a7..2d2a1d5d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -80,6 +80,7 @@ libledger_report_la_SOURCES = \
src/session.cc \
src/report.cc \
src/filters.cc \
+ src/chain.cc \
src/output.cc \
src/help.cc
@@ -144,6 +145,7 @@ pkginclude_HEADERS = \
src/report.h \
src/handler.h \
src/filters.h \
+ src/chain.h \
src/output.h \
src/help.h \
\