]> git.donarmstrong.com Git - samtools.git/commit
Put libraries at the end, so they can resolve references from libbam.a
authorOn behalf of John Marshall <lh3@sanger.ac.uk>
Mon, 30 Nov 2009 15:53:02 +0000 (15:53 +0000)
committerOn behalf of John Marshall <lh3@sanger.ac.uk>
Mon, 30 Nov 2009 15:53:02 +0000 (15:53 +0000)
commit4234ca876913410a3db043171d2fecb6f871bae2
tree0c5c42b6891b714a70671c7a3b229ab816463d07
parent794e74d8c74efef504151375d59231cadfcebc91
Put libraries at the end, so they can resolve references from libbam.a
as well, even with old-fashioned linkers.

Also use libbam.a explicitly rather than "-L. -lbam" to ensure that we get
the freshly built library, not some other libbam.a lying around the system.
Makefile