Hi, Hugo de Paix de Coeur schrieb:
I build two libraries in a single Makefile.am:
If they are in the same Makefile.am, you can simply point the _LIBADD to the .la file without a path (since you already are in the build directory), this will also take care of _DEPENDENCIES.
Simon