diff options
author | Rik Faith <faith@alephnull.com> | 2000-01-06 12:24:14 +0000 |
---|---|---|
committer | Rik Faith <faith@alephnull.com> | 2000-01-06 12:24:14 +0000 |
commit | 6073f0d3e344ae13f14054b28dd7d6eff0ada1e4 (patch) | |
tree | 7ef9122b98dbf381209d28e3cff64dd57e7939da | |
parent | 6d4246cc8c3d298dd9917a197d7ff23d964d0372 (diff) |
Add agpsupport to libdrm.
-rw-r--r-- | linux/Makefile.linux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/Makefile.linux b/linux/Makefile.linux index 62c05f92..1c82ecb3 100644 --- a/linux/Makefile.linux +++ b/linux/Makefile.linux @@ -61,7 +61,7 @@ LIBS= libdrm.a PROGS= drmstat DRMOBJS= init.o memory.o proc.o auth.o context.o drawable.o bufs.o \ - lists.o lock.o ioctl.o fops.o vm.o dma.o + lists.o lock.o ioctl.o fops.o vm.o dma.o agpsupport.o DRMHEADERS= drm.h drmP.h GAMMAOBJS= gamma_drv.o gamma_dma.o |