autoconf
[Top][All Lists]
Advanced

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

Re: lib_LIBRARIES must be set with `=' before using `+='


From: Andre Caldas
Subject: Re: lib_LIBRARIES must be set with `=' before using `+='
Date: Thu, 24 Feb 2005 10:46:57 +0900
User-agent: Debian Thunderbird 1.0 (X11/20050116)

Hello, Harald!

> I would not like to add any assumption to Makefile.inc
> whether lib_LIBRARIES has been set before. So I have added
>
>     lib_LIBRARIES =
>
> to the beginning of the top level Makefile.am as a workaround.
> But of course this is pretty ugly. There might be billions of
> other variables I have to set.

You can always make a brand new variable:
defaultlibdir = $(libdir)
defaultlib_LIBRARIES = .....

What bothers me is "CLEANFILES".

Andre Caldas.




reply via email to

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