automake
[Top][All Lists]
Advanced

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

Re: Newbie: Shared library with subdirs & convenience libs


From: Tom Tromey
Subject: Re: Newbie: Shared library with subdirs & convenience libs
Date: 02 Feb 2002 00:19:48 -0700

>>>>> ">" == =?iso-8859-7?b?wevd7uHt5PHv8iDK4fH18N/k5/I=?= (Alexandros 
>>>>> Karypidis) <iso-8859-7> writes:

>> I have found a workaround.  It seems that automake generates a rule
>> to build a library, only if XXX_la_SOURCES is defined.

>> libgather_la_SOURCES = gather.c
>> The gather.c is an empty file (created with "touch gather.c").
>> Is there a way to make this work without the gather.c file?

Try:

    libgather_la_SOURCES =

I suspect but am not certain that this is fixed in 1.5.
If not, I'll try to fix it.

Tom



reply via email to

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