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

AM_CFLAGS = \
	$(GALLIUM_DRIVER_CFLAGS) \
	$(MSVC2013_COMPAT_CFLAGS)

noinst_LTLIBRARIES = libtrace.la

libtrace_la_SOURCES = $(C_SOURCES)

EXTRA_DIST = SConscript \
	README \
	trace.xsl \
	meson.build