If built with shared client option, the generated shared library is not installed by the SConstruct file. These lines fix the problem:
if GetOption( "sharedclient" ):
env.Install( installDir + "/" + nixLibPrefix, sharedClientLibName )
If built with shared client option, the generated shared library is not installed by the SConstruct file. These lines fix the problem:
if GetOption( "sharedclient" ):
env.Install( installDir + "/" + nixLibPrefix, sharedClientLibName )