diff options
Diffstat (limited to 'src/gallium/drivers/trace/Makefile.am')
-rw-r--r-- | src/gallium/drivers/trace/Makefile.am | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/gallium/drivers/trace/Makefile.am b/src/gallium/drivers/trace/Makefile.am index 984ead4d7ab..db5904d23e6 100644 --- a/src/gallium/drivers/trace/Makefile.am +++ b/src/gallium/drivers/trace/Makefile.am @@ -1,3 +1,4 @@ +include Makefile.sources include $(top_srcdir)/src/gallium/Automake.inc AM_CFLAGS = \ @@ -6,9 +7,4 @@ AM_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) |