Hi, The distcheck target failed due to missing header files.
http://cgit.freedesktop.org/xorg/doc/xorg-docs/tree/MAINTAINERS: xf86-video-ati P: Luc Verhaegen M: [email protected] L: [email protected] W: http://wiki.x.org S: Maintained
>From 5bd54f56e0541b2c625b055d48a7eb06511c1e18 Mon Sep 17 00:00:00 2001 From: Gaetan Nadon <[email protected]> Date: Wed, 16 Dec 2009 15:29:53 -0500 Subject: [PATCH] src/Makefile.am: missing 3 header files in tarball radeon_dummy_bufmgr.h radeon_vbo.h simple_list.h Replace leading spaces with tab for radeon_atomwrapper.h Signed-off-by: Gaetan Nadon <[email protected]> --- src/Makefile.am | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index a431d2e..0f89480 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -155,6 +155,7 @@ EXTRA_DIST = \ radeon_commonfuncs.c \ radeon_dri.h \ radeon_drm.h \ + radeon_dummy_bufmgr.h \ radeon_exa_render.c \ radeon_exa_funcs.c \ radeon.h \ @@ -162,9 +163,11 @@ EXTRA_DIST = \ radeon_probe.h \ radeon_reg.h \ radeon_version.h \ + radeon_vbo.h \ radeon_video.h \ radeon_tv.h \ - radeon_atomwrapper.h \ + radeon_atomwrapper.h \ + simple_list.h \ theatre200.h \ theatre_detect.h \ theatre.h \ -- 1.6.0.4
_______________________________________________ xorg-devel mailing list [email protected] http://lists.x.org/mailman/listinfo/xorg-devel
