broadcom/vc5: Use u_transfer_helper for MSAA mappings.
[mesa.git] / src / gallium / drivers / trace / Makefile.am
index 9adcef1f53f249e33d524d3daffccca5729217f9..5640192337e2575cb9f33bca1c8208f100709614 100644 (file)
@@ -1,17 +1,14 @@
+include Makefile.sources
 include $(top_srcdir)/src/gallium/Automake.inc
 
 AM_CFLAGS = \
-       $(GALLIUM_CFLAGS)
+       $(GALLIUM_DRIVER_CFLAGS) \
+       $(MSVC2013_COMPAT_CFLAGS)
 
 noinst_LTLIBRARIES = libtrace.la
 
-libtrace_la_SOURCES = \
-       tr_context.c \
-       tr_dump.c \
-       tr_dump_state.c \
-       tr_screen.c \
-       tr_texture.c
+libtrace_la_SOURCES = $(C_SOURCES)
 
-#XXX: Delete this when all targets using libtrace are converted to automake
-all-local: libtrace.la
-       ln -f $(builddir)/.libs/libtrace.a $(builddir)/libtrace.a
+EXTRA_DIST = SConscript \
+       README \
+       trace.xsl