diff options
author | John Wiegley <johnw@newartisans.com> | 2008-08-13 05:48:32 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-08-13 05:48:32 -0400 |
commit | 3231e380bbe6ebd5641a24a493078e8aee0fdfe3 (patch) | |
tree | c4fbd329f3a71a9804b0db19f1b1bbb8b4e799ac /Makefile.am | |
parent | 46bc362804fbf0cab0384bf046c95b1495fa98c6 (diff) | |
download | fork-ledger-3231e380bbe6ebd5641a24a493078e8aee0fdfe3.tar.gz fork-ledger-3231e380bbe6ebd5641a24a493078e8aee0fdfe3.tar.bz2 fork-ledger-3231e380bbe6ebd5641a24a493078e8aee0fdfe3.zip |
The balance output now includes the final total.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 3053e58f..1a0c3031 100644 --- a/Makefile.am +++ b/Makefile.am @@ -155,7 +155,7 @@ bin_PROGRAMS = ledger ledger_CPPFLAGS = $(libledger_la_CPPFLAGS) ledger_SOURCES = src/main.cc lib/fdstream.h ledger_LDADD = $(LIBOBJS) libamounts.la libledger.la -ledger_LDFLAGS = -static +ledger_LDFLAGS = info_TEXINFOS = doc/ledger.texi @@ -229,7 +229,6 @@ TESTS = if HAVE_PYTHON TESTS += RegressionTests -XFAIL_TESTS = RegressionTests # jww (2008-08-07): for now endif if HAVE_CPPUNIT |