trace: Dump result of create_stream_output_target
[mesa.git] / src / gallium / drivers / trace / Makefile.am
index 9adcef1f53f249e33d524d3daffccca5729217f9..984ead4d7abb51ef273368f124201174ecdb5418 100644 (file)
@@ -1,7 +1,8 @@
 include $(top_srcdir)/src/gallium/Automake.inc
 
 AM_CFLAGS = \
-       $(GALLIUM_CFLAGS)
+       $(GALLIUM_CFLAGS) \
+       $(VISIBILITY_CFLAGS)
 
 noinst_LTLIBRARIES = libtrace.la
 
@@ -11,7 +12,3 @@ libtrace_la_SOURCES = \
        tr_dump_state.c \
        tr_screen.c \
        tr_texture.c
-
-#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