summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
blob: 4e721a08ba382d6928f164eef54cd1922f53c45a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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)/..