diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2008-12-26 19:51:58 -0500 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2008-12-26 19:51:58 -0500 |
commit | eccf3fed2be54f5c02fefef32e39c4084acbbe22 (patch) | |
tree | e574eb62615bf6e7fc1868723a7856f783c362b5 /src/Makefile.am | |
parent | e55598cc1b35d398c9eb2c3946df71456775f621 (diff) |
Make sure to include radeon_drm.h in the tarball
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index a13bfada..c15cc301 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -134,6 +134,7 @@ EXTRA_DIST = \ generic_bus.h \ radeon_commonfuncs.c \ radeon_dri.h \ + radeon_drm.h \ radeon_exa_render.c \ radeon_exa_funcs.c \ radeon.h \ |