diff options
author | John Wiegley <johnw@newartisans.com> | 2007-04-27 10:08:05 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 03:38:31 -0400 |
commit | 4716975cb18795e4a953fc705cf0b7c74d6a1c95 (patch) | |
tree | 4e22788779337c306aa9b83282e7a67c52b6004c /Makefile.am | |
parent | 9039e728b2015b54dc87da52f450c27683303392 (diff) | |
download | fork-ledger-4716975cb18795e4a953fc705cf0b7c74d6a1c95.tar.gz fork-ledger-4716975cb18795e4a953fc705cf0b7c74d6a1c95.tar.bz2 fork-ledger-4716975cb18795e4a953fc705cf0b7c74d6a1c95.zip |
More work done toward rearranging the utility code.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/Makefile.am b/Makefile.am index d1efe736..13ec77c2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,8 +31,9 @@ libledger_la_CPPFLAGS = -I$(top_builddir)/gdtoa libledger_la_LDFLAGS = -release 3.0 libledger_la_SOURCES = \ - amount.cc \ + utils.cc \ times.cc \ + amount.cc \ quotes.cc \ balance.cc \ value.cc \ @@ -40,8 +41,6 @@ libledger_la_SOURCES = \ xpath.cc \ mask.cc \ format.cc \ - util.cc \ - trace.cc \ \ session.cc \ journal.cc \ @@ -55,7 +54,6 @@ libledger_la_SOURCES = \ transform.cc \ \ register.cc \ - \ csv.cc \ derive.cc \ emacs.cc \ @@ -74,8 +72,7 @@ libledger_la_CPPFLAGS += -DHAVE_LIBOFX=1 libledger_la_SOURCES += ofx.cc endif if DEBUG -libledger_la_CPPFLAGS += -DDEBUG_LEVEL=4 -libledger_la_SOURCES += debug.cc +libledger_la_CPPFLAGS += -DFULL_DEBUG endif if HAVE_BOOST_PYTHON libledger_la_CPPFLAGS += -DUSE_BOOST_PYTHON=1 @@ -107,8 +104,8 @@ pkginclude_HEADERS = \ times.h \ balance.h \ binary.h \ + context.h \ csv.h \ - debug.h \ derive.h \ emacs.h \ error.h \ @@ -131,10 +128,8 @@ pkginclude_HEADERS = \ session.h \ system.hh \ textual.h \ - timing.h \ - trace.h \ transform.h \ - util.h \ + utils.h \ value.h \ xml.h \ xmlparse.h \ |