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