diff options
author | Maarten Lankhorst <maarten.lankhorst@canonical.com> | 2013-08-07 10:29:33 +0200 |
---|---|---|
committer | Maarten Lankhorst <maarten.lankhorst@canonical.com> | 2013-08-07 10:49:02 +0200 |
commit | 16270cfb202ab67dd152644ef019b2f1ee4d0341 (patch) | |
tree | 7e8d5f953d147f62c98fc168fdbafa3f11108a56 | |
parent | 2cb9197ca7a337c911f38b5de562a2364b922b86 (diff) |
add bicubic_table.py to EXTRA_DIST
Signed-off-by: Maarten Lankhorst <maarten.lankhorst@canonical.com>
-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 6b7171ee..e23dc1df 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -86,6 +86,7 @@ EXTRA_DIST = \ ati.h \ ativersion.h \ bicubic_table.h \ + bicubic_table.py \ radeon_bo_helper.h \ radeon_drm.h \ radeon_exa_render.c \ |