From: Stephane Marchesin Date: Mon, 7 Jul 2008 23:32:32 +0000 (+0200) Subject: nv04: Hook the lib into the build. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fec4e427f8df3a6f257b2247dc760430b3dfc258;p=mesa.git nv04: Hook the lib into the build. --- diff --git a/src/gallium/winsys/dri/nouveau/Makefile b/src/gallium/winsys/dri/nouveau/Makefile index f637b2cebfc..be630ff6d16 100644 --- a/src/gallium/winsys/dri/nouveau/Makefile +++ b/src/gallium/winsys/dri/nouveau/Makefile @@ -8,6 +8,7 @@ MINIGLX_SOURCES = PIPE_DRIVERS = \ $(TOP)/src/gallium/drivers/softpipe/libsoftpipe.a \ + $(TOP)/src/gallium/drivers/nv04/libnv04.a \ $(TOP)/src/gallium/drivers/nv10/libnv10.a \ $(TOP)/src/gallium/drivers/nv30/libnv30.a \ $(TOP)/src/gallium/drivers/nv40/libnv40.a \