r600: Add support for B5G5R5A1.
[mesa.git] / src / gallium / drivers / trace / Makefile.am
index a9e1457d33e951720f015a7c2f3f6d46ceeceeba..5640192337e2575cb9f33bca1c8208f100709614 100644 (file)
@@ -1,13 +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)
+
+EXTRA_DIST = SConscript \
+       README \
+       trace.xsl