automake
[Top][All Lists]
Advanced

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

Re: Problem mixing .cpp and .cxx in _SOURCES.


From: Jeroen N. Witmond [Bahco]
Subject: Re: Problem mixing .cpp and .cxx in _SOURCES.
Date: Mon, 7 Apr 2008 21:46:52 +0200 (CEST)
User-agent: SquirrelMail/1.4.11

Hello Ralf,

"Ralf Wildenhues" <address@hidden> wrote:
> * Jeroen N. Witmond [Bahco] wrote on Mon, Apr 07, 2008 at 09:19:26PM CEST:
>>
>> problem_SOURCES = main.cpp problem.cxx
>>
>> # When a file problem.cpp is present, this file is compiled. File
>> # problem.cxx in problem_SOURCES is ignored.
>
> Can you work around it by either
> - removing problem.cpp, or
> - adding 'problem_CPPFLAGS = $(AM_CPPFLAGS)'

Adding problem_CPPFLAGS made the problem disappear.

Thanks for your quick reply.

Jeroen.





reply via email to

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