mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-11 01:46:14 +00:00
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>
This commit is contained in:
parent
65b7c72335
commit
812ca58f8a
@ -1,6 +1,3 @@
|
||||
noinst_SCRIPTS = \
|
||||
throttle.py\
|
||||
who.sh \
|
||||
$(NULL)
|
||||
|
||||
EXTRA_DIST = $(noinst_SCRIPTS)
|
||||
dist_noinst_SCRIPTS = who.sh
|
||||
noinst_PYTHON = throttle.py
|
||||
|
Loading…
x
Reference in New Issue
Block a user