summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaarten Lankhorst <maarten.lankhorst@canonical.com>2013-08-07 10:29:33 +0200
committerMaarten Lankhorst <maarten.lankhorst@canonical.com>2013-08-07 10:49:02 +0200
commit16270cfb202ab67dd152644ef019b2f1ee4d0341 (patch)
tree7e8d5f953d147f62c98fc168fdbafa3f11108a56
parent2cb9197ca7a337c911f38b5de562a2364b922b86 (diff)
add bicubic_table.py to EXTRA_DIST
Signed-off-by: Maarten Lankhorst <maarten.lankhorst@canonical.com>
-rw-r--r--src/Makefile.am1
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 \