ntel-gpu-tools/lib/Makefile.am
2009-03-30 19:08:43 -07:00

15 lines
276 B
Makefile

libintel_tools_la_SOURCES = \
intel_batchbuffer.c \
intel_batchbuffer.h \
intel_chipset.h \
intel_gpu_tools.c \
intel_gpu_tools.h \
intel_reg.h \
drmtest.c \
drmtest.h
noinst_LTLIBRARIES = libintel_tools.la
AM_CFLAGS = $(DRM_CFLAGS) $(WARN_CFLAGS) \
-I$(srcdir)/..