xf86-video-ati: Branch 'master'

Alex Deucher agd5f at kemper.freedesktop.org
Wed Dec 16 13:01:47 PST 2009


 src/Makefile.am |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 52f6a2ff682ad1f8e26ef1cd7d380493dcd57752
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Wed Dec 16 15:29:53 2009 -0500

    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 <memsize at videotron.ca>

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 \


More information about the xorg-commit mailing list