summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorStephane Marchesin <marchesin@icps.u-strasbg.fr>2008-07-08 01:32:32 +0200
committerStephane Marchesin <marchesin@icps.u-strasbg.fr>2008-07-08 01:32:32 +0200
commitfec4e427f8df3a6f257b2247dc760430b3dfc258 (patch)
treed85e3c745d522e6e3b729a2a481797d3f63478f9 /src
parent97646f10459dd743d9bfd091aec27b28b24222f2 (diff)
nv04: Hook the lib into the build.
Diffstat (limited to 'src')
-rw-r--r--src/gallium/winsys/dri/nouveau/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/winsys/dri/nouveau/Makefile b/src/gallium/winsys/dri/nouveau/Makefile
index f637b2cebf..be630ff6d1 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 \