summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/noop/Makefile.am
blob: cda614ddaf3a2330c440311abb61413dda77c8c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
################################################################################

# Meta-driver which combines whichever software rasterizers have been
# built into a single convenience library.

include Makefile.sources
include $(top_srcdir)/src/gallium/Automake.inc

AM_CFLAGS = \
	$(GALLIUM_DRIVER_CFLAGS)

noinst_LTLIBRARIES = libnoop.la

libnoop_la_SOURCES = $(C_SOURCES)