Search Results

1
vote

How do I build one autotools project against another autotoolset project that is not installed?

i have a tree of subprojects i work with and i set my libmylib_la_LIBADD vars to point to the compiled but uninstalled lib so that during testing / debugging i link to the lib in the build system a …