diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2010-10-04 11:10:57 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2010-10-04 11:10:57 +0100 |
commit | 516d235c5b3bd51e9533925140d95d3b4533129c (patch) | |
tree | 4d05ca53e28afdc41aa1aa224b04fe9a496f837b /src/Makefile.am | |
parent | 455f2939a661764ebb8d1747d44e16a0a8937808 (diff) |
Split shadow handling routines to their own file.
This is about to get messy, so separate out the shadow from the normal
code.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index b0a1cf79..7d823ce3 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -49,6 +49,7 @@ intel_drv_la_SOURCES = \ intel_driver.c \ intel_driver.h \ intel_memory.c \ + intel_shadow.c \ intel_uxa.c \ intel_video.c \ intel_video.h \ |