autoconf
[Top][All Lists]
Advanced

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

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


From: Harald Dunkel
Subject: lib_LIBRARIES must be set with `=' before using `+='
Date: Wed, 23 Feb 2005 17:24:25 +0100
User-agent: Debian Thunderbird 1.0 (X11/20050116)

Hi folks,

Automake gave me this message:

mylib/Makefile.inc:19: lib_LIBRARIES must be set with `=' before using `+='
Makefile.am:5:   `mylib/Makefile.inc' included from here

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.

Any better idea?


Regards

Harri




reply via email to

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