summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2008-08-31 21:13:17 -0400
committerJohn Wiegley <johnw@newartisans.com>2008-08-31 21:13:17 -0400
commit313d86283d10546f2d5c6b7ece72348faa326e1e (patch)
treebc813902427ec2d4de3182d91df4ffabbdb062a9
parent855ac383d8b0bfc6de294f6c33516bb77138163e (diff)
downloadfork-ledger-313d86283d10546f2d5c6b7ece72348faa326e1e.tar.gz
fork-ledger-313d86283d10546f2d5c6b7ece72348faa326e1e.tar.bz2
fork-ledger-313d86283d10546f2d5c6b7ece72348faa326e1e.zip
Reversed the link order of libamounts and libledger when building ledger.so.
Again, for Ubuntu 8.04.
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
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) \