diff options
author | Keith Whitwell <[email protected]> | 2007-08-01 15:56:23 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2007-08-01 15:56:23 +0100 |
commit | e99b673cb062a2fead92d1d7d373926d148ade71 (patch) | |
tree | 6f4ed348c2dcc11212e17f0eddbe3b223f41c9fc /src/mesa/vf | |
parent | 028a08f563ea9b9039986bafbfaf095fd4a72818 (diff) |
Build libsoftpipe.a
Each pipe driver will build to a .a library, as these will optionally
be included in the various DRI drivers (this will make more sense once
there is at least one hardware driver...). Not strictly necessary for
softpipe, but want to minimize the differences between it and
actual hw implementations.
Diffstat (limited to 'src/mesa/vf')
-rw-r--r-- | src/mesa/vf/vf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/vf/vf.h b/src/mesa/vf/vf.h index fc988b9fb9a..8ca3ab6d4a6 100644 --- a/src/mesa/vf/vf.h +++ b/src/mesa/vf/vf.h @@ -29,7 +29,7 @@ #define VF_VERTEX_H #include "mtypes.h" -#include "m_vector.h" +#include "math/m_vector.h" enum { VF_ATTRIB_POS = 0, |