summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2013-11-18 14:42:02 +1000
committerBen Skeggs <bskeggs@redhat.com>2014-06-20 14:29:32 +1000
commit882ebb4000803f6025e1bb3213a31b19f6d1a2c6 (patch)
treefa0acb993dcee78bb42d000d0acb9c5378ea2e23 /src/Makefile.am
parent0d94f32fce2759c4b0f4d22b99f3ced09c2aa5a0 (diff)
downloadxorg-driver-xf86-video-nouveau-882ebb4000803f6025e1bb3213a31b19f6d1a2c6.tar.gz
present: initial support
Until glamor grows its own implementation. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index a787db0..9d39a00 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -36,8 +36,9 @@ nouveau_drv_la_SOURCES = \
nouveau_copya0b5.c \
nouveau_exa.c nouveau_xv.c nouveau_dri2.c \
nouveau_glamor.c \
- nouveau_wfb.c \
+ nouveau_present.c \
nouveau_sync.c \
+ nouveau_wfb.c \
nv_accel_common.c \
nv_driver.c \
nv_shadow.c \
@@ -123,6 +124,7 @@ EXTRA_DIST = hwdefs/nv_3ddefs.xml.h \
nouveau_local.h \
nouveau_copy.h \
nouveau_glamor.h \
+ nouveau_present.h \
nouveau_sync.h \
nv_const.h \
nv_dma.h \