A small note: * Vincent Torri wrote on Fri, Aug 29, 2008 at 05:38:59PM CEST: > libeina_la_DEPENDENCIES = $(top_builddir)/config.h
There should be no need for this line. Typically, a library only depends upon object files and other libraries. It's some of the object files that themselves depend upon header files. Those dependencies, however, should be computed by the automatic dependency tracking mechanism which Automake puts in place. Cheers, Ralf _______________________________________________ http://lists.gnu.org/mailman/listinfo/libtool
