Usually, include files are distributed with the *.so files.
I want to rename the include files when installing them, i.e. inserting a version midfix/suffix into it’s name, and then add a symbolic link to each of them with the original name, in order to identify well, like what we have done for shared library files.
Is there a way to do so?
Thanks!