]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
erasure-code: create an internal isa lib for testing
authorKefu Chai <kchai@redhat.com>
Mon, 11 Jan 2016 16:27:49 +0000 (00:27 +0800)
committerKefu Chai <kchai@redhat.com>
Mon, 18 Jan 2016 04:31:30 +0000 (12:31 +0800)
commit055fcaace586ee313ed2258ddcc1db8e677a070f
treeafdff170005806108de6106c8b39cf2c4eacabd3
parent865ee53c5b195c3abf0f5334c13221d03745669b
erasure-code: create an internal isa lib for testing

we were linking against a '--module' shared library using its
.la file, which is not portable on some platforms accroding to
autotools. so instead of linking against the plugin so, a dedicated
internal library "libisa.la" is created for testing. and it is added
to the libec_isa.so also.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/erasure-code/isa/Makefile.am
src/test/erasure-code/Makefile.am