From dc382e5c35a6e91a323789327c9a1ba3bc9f8c72 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Sat, 3 Mar 2012 20:35:39 -0500 Subject: noop: Use non-recursive automake --- src/gallium/drivers/Makefile.am | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'src/gallium/drivers/Makefile.am') 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. -- cgit v1.2.3