Reversed the link order of libamounts and libledger when building ledger.so.
Again, for Ubuntu 8.04.
This commit is contained in:
parent
855ac383d8
commit
313d86283d
1 changed files with 1 additions and 1 deletions
|
|
@ -202,7 +202,7 @@ ledger_so_SOURCES = $(libamounts_la_SOURCES) $(libledger_la_SOURCES) \
|
||||||
$(libpyledger_la_SOURCES) python/pyledger.cc
|
$(libpyledger_la_SOURCES) python/pyledger.cc
|
||||||
ledger_so_DEPENDENCIES = $(lib_LTLIBRARIES)
|
ledger_so_DEPENDENCIES = $(lib_LTLIBRARIES)
|
||||||
|
|
||||||
PYLIBS = amounts ledger pyledger gmp \
|
PYLIBS = ledger amounts pyledger gmp \
|
||||||
boost_system$(BOOST_SUFFIX) \
|
boost_system$(BOOST_SUFFIX) \
|
||||||
boost_date_time$(BOOST_SUFFIX) \
|
boost_date_time$(BOOST_SUFFIX) \
|
||||||
boost_filesystem$(BOOST_SUFFIX) \
|
boost_filesystem$(BOOST_SUFFIX) \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue