diff options
author | Tom Stellard <[email protected]> | 2012-03-03 20:35:39 -0500 |
---|---|---|
committer | Tom Stellard <[email protected]> | 2012-03-14 10:25:59 -0400 |
commit | dc382e5c35a6e91a323789327c9a1ba3bc9f8c72 (patch) | |
tree | 52bca38e15bb1d64b7e7c33f3db288970c8ab25a /src/gallium/drivers/Makefile.am | |
parent | 3f3f10f78c4ae5baa3344a2424b687518510c2fc (diff) |
noop: Use non-recursive automake
Diffstat (limited to 'src/gallium/drivers/Makefile.am')
-rw-r--r-- | src/gallium/drivers/Makefile.am | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/gallium/drivers/Makefile.am b/src/gallium/drivers/Makefile.am index f2e7da110f9..0aa2653a0f1 100644 --- a/src/gallium/drivers/Makefile.am +++ b/src/gallium/drivers/Makefile.am @@ -38,6 +38,20 @@ endif ################################################################################ +if HAVE_NOOP_GALLIUM + +# Meta-driver which combines whichever software rasterizers have been +# built into a single convenience library. + +noinst_LIBRARIES+= noop/libnoop.a + +noop_libnoop_a_SOURCES = \ + noop/noop_pipe.c \ + noop/noop_state.c + +endif + +################################################################################ SUBDIRS = $(GALLIUM_MAKE_DIRS) # FIXME: Remove when the rest of Gallium is converted to automake. |