summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2008-08-31 20:54:06 -0400
committerJohn Wiegley <johnw@newartisans.com>2008-08-31 20:54:06 -0400
commit78e1ac62cb184e76adadd5462f8bd46573d1b9dc (patch)
treef58a5a06069ce97a154ab184d454f8e08908c4e1
parentd297535c6c89cae71a33a4995bc9dc0ece3cb893 (diff)
downloadledger-78e1ac62cb184e76adadd5462f8bd46573d1b9dc.tar.gz
ledger-78e1ac62cb184e76adadd5462f8bd46573d1b9dc.tar.bz2
ledger-78e1ac62cb184e76adadd5462f8bd46573d1b9dc.zip
Reverse the link order of libledger.la and libamounts.la. Apparently this
matters to Ubuntu 8.04, but only when building 'make check'!
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 784e8172..0d0ecbd7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
EXTRA_DIST = autogen.sh contrib
-lib_LTLIBRARIES = libamounts.la libledger.la
+lib_LTLIBRARIES = libledger.la libamounts.la
libamounts_la_CPPFLAGS = -I$(srcdir)/src -I$(srcdir)/lib
libamounts_la_SOURCES = \