ntel-gpu-tools/lib/Makefile.am
Daniel Vetter 593cb1874a always require libdrm
... and also add the missing files to lib/Makefile.am

Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
2011-11-01 17:04:44 +01:00

28 lines
418 B
Makefile

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 \
intel_pci.c \
intel_reg.h \
i915_3d.h \
i915_reg.h \
i830_reg.h \
intel_reg_map.c \
intel_drm.c \
instdone.c \
instdone.h \
drmtest.h \
debug.h \
$(NULL)
AM_CFLAGS += $(DRM_CFLAGS)
noinst_LTLIBRARIES = libintel_tools.la