summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2013-06-24 13:31:25 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2013-06-24 20:34:58 +0100
commit27ebef515ebc034b9b41a0f3d26ad7e6f966305e (patch)
treea961defe1a520da34c1bfdbb924623f94a67df6e /src
parentc88d911d4209a8ede5ec705ad925383c69182977 (diff)
Add the nickle utility scripts to the tarball
So that the tarball matches the git checkout. Reported-by: Maarten Lankhorst <maarten.lankhorst@canonical.com> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 27b702bf..6d69392c 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -107,3 +107,10 @@ intel_drv_la_SOURCES += \
$(NULL)
endif
endif
+
+EXTRA_DIST = \
+ scripts/clock.5c \
+ scripts/clock-graph.5c \
+ scripts/fix.5c \
+ scripts/tv.5c \
+ $(NULL)