libtool
[Top][All Lists]
Advanced

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

Re: .gcno files removed from .libs directory


From: Ralf Wildenhues
Subject: Re: .gcno files removed from .libs directory
Date: Sun, 31 Aug 2008 07:25:20 +0200
User-agent: Mutt/1.5.18 (2008-05-17)

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




reply via email to

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