[PATCH intel-gpu-tools 4/6] scripts: use PYTHON primary directive for python scripts

2012-01-06 Thread Gaetan Nadon
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/

Signed-off-by: Gaetan Nadon 
---
 scripts/Makefile.am |7 ++-
 1 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index dad9cf7..baf3612 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
-- 
1.7.5.4

___
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel


[PATCH intel-gpu-tools 4/6] scripts: use PYTHON primary directive for python scripts

2012-01-06 Thread Gaetan Nadon
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/

Signed-off-by: Gaetan Nadon 
---
 scripts/Makefile.am |7 ++-
 1 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index dad9cf7..baf3612 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
-- 
1.7.5.4

___
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel