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
+5 -8
View File
@@ -3,6 +3,7 @@ NULL=#
AM_CFLAGS = $(WARN_CFLAGS) -I$(srcdir)/..
libintel_tools_la_SOURCES = \
intel_batchbuffer.h \
intel_batchbuffer.c \
intel_chipset.h \
intel_gpu_tools.h \
intel_mmio.c \
@@ -12,18 +13,14 @@ libintel_tools_la_SOURCES = \
i915_reg.h \
i830_reg.h \
intel_reg_map.c \
intel_drm.c \
instdone.c \
instdone.h \
drmtest.h
if HAVE_DRM
libintel_tools_la_SOURCES += \
intel_batchbuffer.c \
intel_drm.c \
drmtest.c \
drmtest.h \
debug.h \
$(NULL)
AM_CFLAGS += $(DRM_CFLAGS)
endif
noinst_LTLIBRARIES = libintel_tools.la