From 9d267fa1331a570e2b4c978f0b35a107a47b51c1 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 31 Jan 2009 18:52:34 -0400 Subject: Inspired by Omari Norman, I've rewritten main.cc so it's easy to approach. --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 994e6e35..ef2dfa56 100644 --- a/Makefile.am +++ b/Makefile.am @@ -151,6 +151,7 @@ pkginclude_HEADERS = \ src/reconcile.h \ src/quotes.h \ \ + src/work.h \ src/ledger.h \ \ python/pyledger.h \ @@ -194,7 +195,7 @@ ledger_CPPFLAGS = $(lib_cppflags) if HAVE_BOOST_PYTHON ledger_CPPFLAGS += -I$(srcdir)/python endif -ledger_SOURCES = src/main.cc +ledger_SOURCES = src/main.cc src/work.cc ledger_LDADD = $(LIBOBJS) $(lib_LTLIBRARIES) if HAVE_BOOST_PYTHON ledger_LDADD += libledger_python.la -- cgit v1.2.3