blob: f0e1662d0bd08a96fa47432bbd008343a466f0ae (
plain)
1
2
3
4
5
6
7
8
9
|
include Makefile.sources
include $(top_srcdir)/src/gallium/Automake.inc
AM_CFLAGS = \
$(GALLIUM_DRIVER_CFLAGS)
noinst_LTLIBRARIES = libddebug.la
libddebug_la_SOURCES = $(C_SOURCES)
|