bug-gnulib
[Top][All Lists]
Advanced

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

Re: [PATCH] Add missing dependency to gnulib


From: Ralf Wildenhues
Subject: Re: [PATCH] Add missing dependency to gnulib
Date: Thu, 3 Dec 2009 21:11:41 +0100
User-agent: Mutt/1.5.20 (2009-10-28)

Hello Giuseppe,

* Giuseppe Scrivano wrote on Thu, Dec 03, 2009 at 07:30:54PM CET:
> something against this trivial patch?

I haven't checked whether or not this is right, but if it is, then

> -LDADD = -L../libinetutils -linetutils
> +LDADD = -L../libinetutils -linetutils  -L../lib -lgnu

write "-L../lib -lgnu" as "../lib/libgnu.a" please; that way, automake
will know to add a dependency on that file.  Same would go for other
in-tree dependencies like -L../libinetutils -linetutils, except that
there, I don't know if it is a libtool library or a static one.

Thanks,
Ralf




reply via email to

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