diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2011-10-23 13:57:37 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2011-10-23 13:57:37 +0000 |
commit | 3319403477557bd454a228f3b26f24c8905ba56f (patch) | |
tree | 4efe547e4574b22c18415c40875b3d688d0678bf /lib/libGL/dri/swrast | |
parent | 96be25e2f72b0c20bc9d205ff4bcbdd467872ae8 (diff) |
Build system updates for Mesa 7.10.3
Diffstat (limited to 'lib/libGL/dri/swrast')
-rw-r--r-- | lib/libGL/dri/swrast/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libGL/dri/swrast/Makefile b/lib/libGL/dri/swrast/Makefile index 3bde357ca..446278f3d 100644 --- a/lib/libGL/dri/swrast/Makefile +++ b/lib/libGL/dri/swrast/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2010/05/22 20:14:15 matthieu Exp $ +# $OpenBSD: Makefile,v 1.4 2011/10/23 13:57:36 matthieu Exp $ LIB= swrast_dri.so @@ -9,7 +9,8 @@ PICFLAG = -fPIC SWRAST_COMMON_SOURCES = \ driverfuncs.c \ - utils.c + utils.c \ + drisw_util.c DRIVER_SOURCES = \ swrast.c \ |