diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2012-01-05 18:56:28 -0500 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2012-01-12 09:13:08 -0500 |
commit | 812ca58f8a0d71433781b3ae38ead65e10e51cce (patch) | |
tree | a9eda953944065be431d9e37d9efbe839239c97f /scripts | |
parent | 65b7c72335572fec7f1fd78de840148c91b1fde2 (diff) |
scripts: use PYTHON primary directive for python scripts
Should it become installlable in the future, it will get compiled
at installation time by Automake. Because it is "source", they get
included in the tarball.
Acked-by: Ben Widawsky <ben@bwidawsk.net>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/Makefile.am | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index dad9cf75..baf3612e 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -1,6 +1,3 @@ -noinst_SCRIPTS = \ - throttle.py\ - who.sh \ - $(NULL) -EXTRA_DIST = $(noinst_SCRIPTS) +dist_noinst_SCRIPTS = who.sh +noinst_PYTHON = throttle.py |