always require libdrm

... and also add the missing files to lib/Makefile.am

Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
Daniel Vetter
2011-11-01 17:04:44 +01:00
parent 37c6400734
commit 593cb1874a
4 changed files with 6 additions and 18 deletions
-2
View File
@@ -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 \