Reverse the link order of libledger.la and libamounts.la. Apparently this
matters to Ubuntu 8.04, but only when building 'make check'!
This commit is contained in:
parent
d297535c6c
commit
78e1ac62cb
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue