Hello Jeroen, * 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)' ? Cheers, Ralf