Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Other include files not copied to /usr/local/include? #12

Open
avasquez614 opened this issue Apr 7, 2014 · 1 comment
Open

Other include files not copied to /usr/local/include? #12

avasquez614 opened this issue Apr 7, 2014 · 1 comment

Comments

@avasquez614
Copy link

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

@tsuraan
Copy link
Owner

tsuraan commented Jun 13, 2014

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants