* 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 = 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.
Sorry.

> eet_amalgamation.c: $(base_sources) Makefile
>       -rm -f eet_amalgamation.c
> 
>       @echo "foo" >> eet_amalgamation.c
> 
> else
> libeet_la_SOURCES = $(base_sources)
> endif


Reply via email to