Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | RSS feed

  1. include $(top_srcdir)/src/gallium/Automake.inc
  2.  
  3. AM_CFLAGS = \
  4.         $(GALLIUM_CFLAGS) \
  5.         $(VISIBILITY_CFLAGS)
  6.  
  7. noinst_LTLIBRARIES = libtrace.la
  8.  
  9. libtrace_la_SOURCES = \
  10.         tr_context.c \
  11.         tr_dump.c \
  12.         tr_dump_state.c \
  13.         tr_screen.c \
  14.         tr_texture.c
  15.