summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/trace/Makefile.am
blob: a9e1457d33e951720f015a7c2f3f6d46ceeceeba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
include $(top_srcdir)/src/gallium/Automake.inc

AM_CFLAGS = \
	$(GALLIUM_CFLAGS)

noinst_LTLIBRARIES = libtrace.la

libtrace_la_SOURCES = \
	tr_context.c \
	tr_dump.c \
	tr_dump_state.c \
	tr_screen.c \
	tr_texture.c