|
From: Nicholas N. <n.n...@gm...> - 2009-05-19 07:32:30
|
On Tue, May 19, 2009 at 5:29 PM, Julian Seward <js...@ac...> wrote: >> >> Is it necessary to include .c files in EXTRA_DIST ? > > No. I think the .c files for the tarball are inferred from the names > in check_PROGRAMS. > > Hmm, but then drd/tests/Makefile.am has various conditional additions > to check_PROGRAMS: > > if HAVE_BOOST_1_35 > check_PROGRAMS += boost_thread > endif > > So if my theory is correct, then the .c files included in the tarball > depends what the configure script on the machine running 'make dist' > found. Which is obviously very bad. > > So, uh, once again confused by the build system. Nick, any ideas? Putting the .c file in EXTRA_DIST caused problems? Nick |