summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2009-12-16 15:29:53 -0500
committerAlex Deucher <alexdeucher@gmail.com>2009-12-16 15:59:28 -0500
commit52f6a2ff682ad1f8e26ef1cd7d380493dcd57752 (patch)
tree9df44675e4daffeea4bccb2f5c089bb5b36d02c0
parent3a30210d50b27f8772fc5045133940246764fce9 (diff)
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@videotron.ca>
-rw-r--r--src/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index a431d2e5..0f89480e 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 \