>>>>> "Rob" == Robert Collins <[EMAIL PROTECTED]> writes:
Rob> foo_SOURCES = src/foo.cc Rob> foo_LDADD = libbar.la Rob> into a Makefile.am, the foo_DEPENDENCIES target gets libbar.la Rob> added - even though it's not included in the source. libbar.la is Rob> present in /usr/lib or /usr/local/lib. How can I avoid the Rob> auto-setting of foo_DEPENDENCIES ? Either set _DEPENDENCIES yourself, or use `-lbar'. The latter is probably preferable. Tom