Re: .la files from outside the current project

2002-04-14 Thread Tom Tromey
> "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

.la files from outside the current project

2002-04-13 Thread Robert Collins
When I put the following: bin_PROGRAMS = foo foo_SOURCES = src/foo.cc foo_LDADD = libbar.la into a Makefile.am, the foo_DEPENDENCIES target gets libbar.la added - even though it's not included in the source. libbar.la is present in /usr/lib or /usr/local/lib. How can I avoid the auto-setting of