Re: removing a source file for the dist rule

2009-11-05 Thread Ralf Wildenhues
* Vincent Torri wrote on Thu, Nov 05, 2009 at 10:23:38AM CET: > On Thu, 5 Nov 2009, Ralf Wildenhues wrote: > >* Vincent Torri wrote on Thu, Nov 05, 2009 at 08:06:51AM CET: > using just nodist_ is not sufficient : make distcheck fails: > > make[2]: *** No rule to make target `eet_amalga

Re: removing a source file for the dist rule

2009-11-05 Thread Vincent Torri
On Thu, 5 Nov 2009, Ralf Wildenhues wrote: make[2]: *** No rule to make target `eet_amalgamation.c', needed by `distdir'. Stop. [...] base_sources = ... if EET_AMALGAMATION libeet_la_SOURCES = eet_amalgamation.c eet_amalgamation.c: Makefile rule to make it ... else libeet_l

Re: removing a source file for the dist rule

2009-11-05 Thread Ralf Wildenhues
* Vincent Torri wrote on Thu, Nov 05, 2009 at 11:38:52PM CET: > still no luck :) I paste the code below. I did a make > maintainer-clean, then ./autogen.sh, then make distcheck, to be sure > that i restart from something clean. > base_sources = \ [...] > if EET_AMALGAMATION > libeet_la_SOURCES = e

Re: removing a source file for the dist rule

2009-11-05 Thread Vincent Torri
On Thu, 5 Nov 2009, Ralf Wildenhues wrote: * Vincent Torri wrote on Thu, Nov 05, 2009 at 11:38:52PM CET: still no luck :) I paste the code below. I did a make maintainer-clean, then ./autogen.sh, then make distcheck, to be sure that i restart from something clean. base_sources = \ [...]

Re: removing a source file for the dist rule

2009-11-05 Thread Ralf Wildenhues
* 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.

Re: removing a source file for the dist rule

2009-11-05 Thread Vincent Torri
On Fri, 6 Nov 2009, Ralf Wildenhues wrote: * 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