diff -u -r1.8 Makefile.am --- xserver/xorg/Xext/Makefile.am 30 Sep 2005 02:37:55 -0000 1.8 +++ xserver/xorg/Xext/Makefile.am 8 Oct 2005 22:43:22 -0000 @@ -42,6 +42,7 @@ endif EXTRA_DIST = \ + SecurityPolicy \ appgroup.h \ xvdisp.h \ README.xtest1-ddx
It looks like a few other files in Xext/ need to be added, too. I'll attach something later if I figure out a neat tidy way.
I've committed the change to add SecurityPolicy - leaving the bug open since you said you found other files missing.
Well as far as I can see, disabling any of the options used for the if XXX ... endif clauses there in Makefile.am will lead to the relevant sources not being packaged by make dist unless they're added to EXTRA_DIST instead. I'm configuring with the same options I use to build from the resulting tarball, so I don't see the problem at the moment.
Fixing...
Fix checked into CVS head: CVSROOT: /cvs/xorg Module name: xserver Changes by: alanc@gabe.freedesktop.org 05/12/11 19:06:18 Log message: 2005-12-11 Alan Coopersmith <alan.coopersmith@sun.com> * Xext/Makefile.am: Bugzilla #4715 <https://bugs.freedesktop.org/show_bug.cgi?id=4715> Files in xserver/xorg/Xext not included in tarball after make dist Modified files: xserver/xorg/: ChangeLog xserver/xorg/Xext/: Makefile.am Revision Changes Path 1.145 +6 -0 xserver/xorg/ChangeLog http://cvs.freedesktop.org/xorg/xserver/xorg/ChangeLog 1.13 +92 -78 xserver/xorg/Xext/Makefile.am http://cvs.freedesktop.org/xorg/xserver/xorg/Xext/Makefile.am
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.