blob: db5904d23e6f491bf9cbb0d5733333eca95f08f6 (
plain)
1
2
3
4
5
6
7
8
9
10
|
include Makefile.sources
include $(top_srcdir)/src/gallium/Automake.inc
AM_CFLAGS = \
$(GALLIUM_CFLAGS) \
$(VISIBILITY_CFLAGS)
noinst_LTLIBRARIES = libtrace.la
libtrace_la_SOURCES = $(C_SOURCES)
|