Re: Dependencies in a single Makefile.am

2006-07-14 Thread Simon Richter
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

Dependencies in a single Makefile.am

2006-07-12 Thread Hugo de Paix de Coeur
Hello all.. I've a dependency problem: I build two libraries in a single Makefile.am: - an independent shared library - a module library (dlopen...) linked on the shared library the 'make' step do not cause any problems thanks to the _DEPENDENCIES tag, but the tag is not respected at the 'mak