diff options
author | Dave Airlie <airlied@redhat.com> | 2010-08-02 08:33:51 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2010-08-02 08:33:51 +1000 |
commit | dacaf5d827b58c39f9e5a7ac0530f9ea6e257347 (patch) | |
tree | 1cfd3c071cd0f431638f0a39d5f3c4606765e5e4 /src/Makefile.am | |
parent | c79ce215a01b45fc63b483da167ae37ec7aefad6 (diff) |
fix make distcheck
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 f53f9586..033047e4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -139,6 +139,7 @@ EXTRA_DIST = \ radeon_dummy_bufmgr.h \ radeon_exa_render.c \ radeon_exa_funcs.c \ + radeon_exa_shared.h \ radeon.h \ radeon_macros.h \ radeon_probe.h \ |