16.06.2014 00:33, Sylvain Munaut пишет:
I think the header should be in noinst_HEADER then (don't remember the exact name).
noinst_HEADERS it is, thanks.
As for the testing, linking the test statically should do right ? I didn't test but since this only changes the presence of the symbol in the dynamic symbol table, linking to the static lib should work.
Where should I pass -static to gcc linker? Is there some statically-linked test available as an example?