diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2011-10-30 21:24:12 +0100 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2011-10-30 21:24:12 +0100 |
commit | 91b3c7f3338370538feeb080c79a1f506823dee5 (patch) | |
tree | abf5b98c547783b5f1c10faec185c594ce3a63d4 /scripts | |
parent | f361664df024e7d30ef94221304207991c2ebb6c (diff) |
make distcheck fixes
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 8a1daca7..e4c26c44 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -1,3 +1,5 @@ noinst_SCRIPTS = \ throttle.py\ $(NULL) + +EXTRA_DIST = $(noinst_SCRIPTS) |