summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorBen Skeggs <skeggsb@gmail.com>2009-01-29 15:43:51 +1000
committerBen Skeggs <skeggsb@gmail.com>2009-01-29 16:02:04 +1000
commitc10c3c9bbabe8682fe1500098dc53f631690b182 (patch)
tree2716a58ab559adb0270eb9b9ab83453e9a8624c4 /src/Makefile.am
parent81ace5dd1fa2c2760036fb1371cc61a383b2698e (diff)
downloadxorg-driver-xf86-video-nouveau-c10c3c9bbabe8682fe1500098dc53f631690b182.tar.gz
exa: mass renaming and movement of nv04 solid/copy code to nv04_exa.c
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index bbda75c..3c4c7b3 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -38,7 +38,7 @@ nouveau_drv_la_SOURCES = \
nouveau_bo.c nouveau_bo.h \
nouveau_class.h \
nouveau_local.h \
- nouveau_xv.c \
+ nouveau_exa.c nouveau_xv.c \
nv_accel_common.c \
nv_bios.c \
nv_const.h \
@@ -48,7 +48,6 @@ nouveau_drv_la_SOURCES = \
nv_dma.h \
nv_dri.c \
nv_dri.h \
- nv_exa.c \
nv_driver.c \
nv_hw.c \
nv_include.h \