On 2011-04-19 10:09 -0600, Nicolas Bock wrote: > I can't figure out how to exclude some source files I generate with a script > in the dist. > > The problem it seems is that I list the generated sources in the _SOURCES > variable and the dist target automatically includes them.
nodist_mumble_SOURCES = foo.c bar.c. See the automake manual, "14.2 Fine-grained Distribution Control". Hope that helps, -- Nick Bowler, Elliptic Technologies (http://www.elliptictech.com/)
