diff options
author | John Wiegley <johnw@newartisans.com> | 2007-05-03 06:11:04 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 03:38:36 -0400 |
commit | c59018c29ddfc7a46aeb951fbcd5cb5b93f47ec0 (patch) | |
tree | 204d28bfa2bdbfe8d7f550877faa114c1e93859f /Makefile.in | |
parent | f9f24fab933266ab8e12da7eef4cc2a906f77350 (diff) | |
download | fork-ledger-c59018c29ddfc7a46aeb951fbcd5cb5b93f47ec0.tar.gz fork-ledger-c59018c29ddfc7a46aeb951fbcd5cb5b93f47ec0.tar.bz2 fork-ledger-c59018c29ddfc7a46aeb951fbcd5cb5b93f47ec0.zip |
Revised how commodities are dealt with.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in index 57abbd79..709b77e0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -427,10 +427,10 @@ dist_lisp_LISP = lisp/ledger.el lisp/timeclock.el @HAVE_BOOST_PYTHON_TRUE@ledger_so_SOURCES = src/pyledger.cc @HAVE_BOOST_PYTHON_TRUE@ledger_so_DEPENDENCIES = libledger.la gdtoa/libgdtoa.la libpyledger.la @HAVE_BOOST_PYTHON_TRUE@PYLIBS = pyledger ledger gdtoa gmp \ -@HAVE_BOOST_PYTHON_TRUE@ boost_date_time boost_filesystem \ -@HAVE_BOOST_PYTHON_TRUE@ boost_regex boost_python \ -@HAVE_BOOST_PYTHON_TRUE@ $(am__append_15) $(am__append_16) \ -@HAVE_BOOST_PYTHON_TRUE@ $(am__append_17) +@HAVE_BOOST_PYTHON_TRUE@ boost_date_time boost_signals \ +@HAVE_BOOST_PYTHON_TRUE@ boost_filesystem boost_regex \ +@HAVE_BOOST_PYTHON_TRUE@ boost_python $(am__append_15) \ +@HAVE_BOOST_PYTHON_TRUE@ $(am__append_16) $(am__append_17) nodist_UnitTests_SOURCES = tests/UnitTests.cc \ \ tests/numerics/BasicAmount.cc \ |