From 313d86283d10546f2d5c6b7ece72348faa326e1e Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 31 Aug 2008 21:13:17 -0400 Subject: Reversed the link order of libamounts and libledger when building ledger.so. Again, for Ubuntu 8.04. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 0d0ecbd7..fb1ea9f2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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) \ -- cgit v1.2.3