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
* 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.
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 = \
[...]
* 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
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
* 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