El mié, 14-11-2012 a las 17:32 +0900, Lundberg, Johannes escribió:
> I found a solution.
>
> ProjectCenter adds "lib" before the project name to the variable
> "LIBRARY_NAME" in the GNUMakefile.
> Removing "lib" and letting LIBRARY_NAME be the same as PACKAGE_NAME
> solves the problem and headers installs fine.
Thanks for the info, I will check this.
> "lib" is still added to the filename of the installed library.
>
I think this is the expected behaviour. All libraries names start with
"lib".