From e61696a91bc988b7a5f817d154741d28ed573a5f Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 1 Feb 2009 18:29:30 -0400 Subject: Moved chain_xact_handlers into its own file, chain.h and chain.cc. --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') 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 \ \ -- cgit v1.2.3