diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2013-10-10 12:42:12 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2013-10-10 13:24:46 +0100 |
commit | 79f8ff4bbb2f723ec21c150c0775e706bc00a834 (patch) | |
tree | 434644c84ee85bdb71396b17e02e3ae503ab9300 /src/sna/Makefile.am | |
parent | 8bd9d63a863b88ecd6f72c11468e0940f3bcd9fc (diff) |
sna/gen4+: Share a few common routines
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/sna/Makefile.am')
-rw-r--r-- | src/sna/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sna/Makefile.am b/src/sna/Makefile.am index b0d24197..cdcd9205 100644 --- a/src/sna/Makefile.am +++ b/src/sna/Makefile.am @@ -85,6 +85,8 @@ libsna_la_SOURCES = \ gen2_render.h \ gen3_render.c \ gen3_render.h \ + gen4_common.c \ + gen4_common.h \ gen4_render.c \ gen4_render.h \ gen4_source.c \ |