Hi,
In my code that isn't installed, i dlopen "my.so":

  ~/home/russ/myproj/src/libdir/my.so


When i "make install", i want the dlopen to get my.so
from a system location:

  /usr/lib/my.so


What "make" variable can i utilize that has a value
dependent on whether the package is installed or not?


Reply via email to