Re: small build problem
David Mazieres <[email protected]>
| Newsgroups | gmane.comp.file-systems.sfs.general |
|---|---|
| Message-ID | <[email protected]> |
> Date: Sat, 12 Jun 2004 14:15:22 +0300 > From: Jaakko Niemi <[email protected]> > > Hello, > > With current cvs, make dist does not include agent/smallutils.h > in the tarball. I kludged around this by adding it into > sfsinclude_HEADERS in agent/Makefile.am, but am not entirely > sure if this is the correct thing to do. Okay, for now I put them in noinst_HEADERS. Daniel: feel free to move them to sfsinclude_HEADERS. > Also, what's the point of adding .cvsignore files into EXTRA_DIST > all over the place? If someone takes the tarball and does cvs > checkout over it, they come from the cvs anyway... A lot of people use the SFS code as part of their code. If you want to import SFS releases into the vendor branch of a CVS repository, it's nice to have the .cvsignore files there already. At any rate, I don't see what harm it does to include them. David