summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
blob: eb3eba761adc756c03a13650fcd2e4b39f4b12e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
libintel_tools_la_SOURCES = \
	intel_batchbuffer.c \
	intel_batchbuffer.h \
	intel_chipset.h \
	intel_gpu_tools.c \
	intel_gpu_tools.h \
	intel_reg.h \
	instdone.c \
	instdone.h \
	drmtest.c \
	drmtest.h

noinst_LTLIBRARIES = libintel_tools.la

AM_CFLAGS = $(DRM_CFLAGS) $(WARN_CFLAGS) \
	-I$(srcdir)/..