Jerasure
Jerasure copied to clipboard
Other include files not copied to /usr/local/include?
Hi,
Shouldn't all the .h files under /include be installed to /usr/local/include? Right now only jerasure.h is been installed, and I think it is because of line 10 in src/Makefile.am. Not completely sure since I don't know much of automake.
Thanks,
Alfonso
Yeah, that's interesting. jerasure.h declares all the matrix-using functions, while all the actual creation functions seem to be in the other headers, which are indeed not installed by "make install". Very odd. I'd raise this with the author at https://bitbucket.org/jimplank/jerasure/pull-requests, and see if he can either explain or change it. I'll close this if he makes a fix, or if he doesn't in a few weeks, I'll try to fix it myself.