summaryrefslogtreecommitdiff
path: root/benchmarks/Makefile.sources
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2015-07-24 14:13:49 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2015-08-10 15:53:08 +0100
commit4c74a683c10ddfb2232cdb93f03c03295dde1201 (patch)
treed0b6f2450bd88f0a82e10c6cb40e0ea6737f48b1 /benchmarks/Makefile.sources
parent0393e7288ba3a640fcc9f0d8b15d7dee231a039c (diff)
benchmarks: Do not install to system-wide bin/
These benchmarks are first-and-foremost development tools, not aimed at general users. As such they should not be installed into the system-wide bin/ directory, but installed into libexec/. v2: Now actually install beneath ${libexec} Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'benchmarks/Makefile.sources')
-rw-r--r--benchmarks/Makefile.sources4
1 files changed, 3 insertions, 1 deletions
diff --git a/benchmarks/Makefile.sources b/benchmarks/Makefile.sources
index 8f324046..3dc02635 100644
--- a/benchmarks/Makefile.sources
+++ b/benchmarks/Makefile.sources
@@ -1,4 +1,6 @@
-bin_PROGRAMS = \
+benchmarksdir=$(libexecdir)/intel-gpu-tools/benchmarks
+
+benchmarks_PROGRAMS = \
intel_upload_blit_large \
intel_upload_blit_large_gtt \
intel_upload_blit_large_map \