Ralf Wildenhues wrote: > > @@ -1137,7 +1138,8 @@ func_emit_lib_Makefile_am () > > echo "${libname}_${libext}_SOURCES =" > > # Here we use $(LIBOBJS), not @[EMAIL PROTECTED] The value is the same. > > However, > > # automake during its analyses looks for $(LIBOBJS), not for @[EMAIL > > PROTECTED] > > - echo "${libname}_${libext}_LIBADD = \$(${perhapsLT}LIBOBJS)" > > + echo "${libname}_${libext}_LIBADD = > > \$(${macro_prefix}_${perhapsLT}LIBOBJS)" > > + echo "${libname}_${libext}_DEPENDENCIES = > > \$(${macro_prefix}_${perhapsLT}LIBOBJS)" > > You can just drop this last line. Automake can compute these > dependencies.
There is apparently some magic in automake for the dependencies w.r.t. $(LIBOBJS), but not anymore for $(gl_LIBOBJS). Bruno