I disable the install because they include config.h by a relative path. I can reenable then later if I fix the issue. For the time being not installing the headers was a simpler solution.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The config.h file is now only included from the *.c files so installing the headers is no longer an issue. Pushing the fix to the git repo in a few minutes.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I disable the install because they include config.h by a relative path. I can reenable then later if I fix the issue. For the time being not installing the headers was a simpler solution.
The config.h file is now only included from the *.c files so installing the headers is no longer an issue. Pushing the fix to the git repo in a few minutes.