From 873379a8818eed9ab16c24728b7091a3a3705c5b Mon Sep 17 00:00:00 2001 From: Johannes Obermayr Date: Thu, 2 Jun 2011 17:15:44 -0600 Subject: dri/nouveau: Fix build with --enable-shared-dricore. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Based on the work of Себастьян Gliţa Κατινα - Split Makefile.template into Makefile.defines and Makefile.targets - Adapt other drivers to new situation - Fixes https://bugs.freedesktop.org/show_bug.cgi?id=35441 Signed-off-by: Brian Paul --- configs/autoconf.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configs/autoconf.in') diff --git a/configs/autoconf.in b/configs/autoconf.in index a484bcff996..abc01b1b2dd 100644 --- a/configs/autoconf.in +++ b/configs/autoconf.in @@ -26,6 +26,8 @@ LDFLAGS = @LDFLAGS@ EXTRA_LIB_PATH = @EXTRA_LIB_PATH@ RADEON_CFLAGS = @RADEON_CFLAGS@ RADEON_LDFLAGS = @RADEON_LDFLAGS@ +NOUVEAU_CFLAGS = @NOUVEAU_CFLAGS@ +NOUVEAU_LIBS = @NOUVEAU_LIBS@ INTEL_LIBS = @INTEL_LIBS@ INTEL_CFLAGS = @INTEL_CFLAGS@ X11_LIBS = @X11_LIBS@ -- cgit v1.2.3