summaryrefslogtreecommitdiff
path: root/benchmarks/Makefile.am
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2011-11-01 17:04:44 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2011-11-01 17:04:44 +0100
commit593cb1874a7929909773ec5d95e4b1911ff27918 (patch)
tree3a19da1702846a5a9de94a772fc589749a7b1452 /benchmarks/Makefile.am
parent37c64007345d4cf949746dd64b150162053de7cf (diff)
always require libdrm
... and also add the missing files to lib/Makefile.am Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'benchmarks/Makefile.am')
-rw-r--r--benchmarks/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/benchmarks/Makefile.am b/benchmarks/Makefile.am
index 6829bbef..654946ae 100644
--- a/benchmarks/Makefile.am
+++ b/benchmarks/Makefile.am
@@ -2,14 +2,12 @@ NULL=#
bin_PROGRAMS = $(NULL)
-if HAVE_DRM
bin_PROGRAMS += \
intel_upload_blit_large \
intel_upload_blit_large_gtt \
intel_upload_blit_large_map \
intel_upload_blit_small \
$(NULL)
-endif
BENCHMARK_LIBS = \
../lib/libintel_tools.la \