automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

.la files from outside the current project


From: Robert Collins
Subject: .la files from outside the current project
Date: Sun, 14 Apr 2002 15:02:27 +1000

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
foo_DEPENDENCIES ?

Rob



reply via email to

[Prev in Thread] Current Thread [Next in Thread]