mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-20 04:42:53 +00:00
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:
+5
-8
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user