* Vincent Torri wrote on Fri, Nov 06, 2009 at 12:57:43AM CET: > On Thu, 5 Nov 2009, Ralf Wildenhues wrote: > >* Vincent Torri wrote on Thu, Nov 05, 2009 at 11:38:52PM CET: > >>base_sources = \ > >[...] > >>if EET_AMALGAMATION > >>libeet_la_SOURCES = eet_amalgamation.c > > > >nodist_ missing here. With that it should work. I did test the source > >before the last message, but must have made an error when replying. > > still the same error with > > if EET_AMALGAMATION > libeet_la_SOURCES = eet_amalgamation.c > nodist_libeet_la_SOURCES = eet_amalgamation.c > > i also put nodist_ everywhere (in the else part, outside), and i > still have the error.
No, I meant that eet_amalgamation.c should *only* be listed in the nodist_libeet_la_SOURCES = eet_amalgamation.c line, not in the libeet_la_SOURCES variable.
