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
@@ -1,4 +1,3 @@
if HAVE_DRM
noinst_PROGRAMS = \
gem_stress \
$(TESTS_progs) \
@@ -100,4 +99,3 @@ endif
gem_fence_thrash_CFLAGS = $(AM_CFLAGS) -pthread
gem_fence_thrash_LDADD = $(LDADD) -lpthread
endif