diff options
author | Stephane Marchesin <[email protected]> | 2008-07-08 01:32:32 +0200 |
---|---|---|
committer | Stephane Marchesin <[email protected]> | 2008-07-08 01:32:32 +0200 |
commit | fec4e427f8df3a6f257b2247dc760430b3dfc258 (patch) | |
tree | d85e3c745d522e6e3b729a2a481797d3f63478f9 /src/gallium | |
parent | 97646f10459dd743d9bfd091aec27b28b24222f2 (diff) |
nv04: Hook the lib into the build.
Diffstat (limited to 'src/gallium')
-rw-r--r-- | src/gallium/winsys/dri/nouveau/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |