automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: removing a source file for the dist rule


From: Ralf Wildenhues
Subject: Re: removing a source file for the dist rule
Date: Thu, 5 Nov 2009 23:41:21 +0100
User-agent: Mutt/1.5.20 (2009-08-09)

* 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

[Prev in Thread] Current Thread [Next in Thread]