Reversed the link order of libamounts and libledger when building ledger.so.

Again, for Ubuntu 8.04.
This commit is contained in:
John Wiegley 2008-08-31 21:13:17 -04:00
parent 855ac383d8
commit 313d86283d

View file

@ -202,7 +202,7 @@ ledger_so_SOURCES = $(libamounts_la_SOURCES) $(libledger_la_SOURCES) \
$(libpyledger_la_SOURCES) python/pyledger.cc
ledger_so_DEPENDENCIES = $(lib_LTLIBRARIES)
PYLIBS = amounts ledger pyledger gmp \
PYLIBS = ledger amounts pyledger gmp \
boost_system$(BOOST_SUFFIX) \
boost_date_time$(BOOST_SUFFIX) \
boost_filesystem$(BOOST_SUFFIX) \