diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2010-06-28 17:44:45 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2010-06-28 17:44:45 +0100 |
commit | 17884af4eda01c05e7429ed6a195f3e4ceeff892 (patch) | |
tree | fa8c0fa6936297f58098ed10b38cd74deb957e88 /src/Makefile.am | |
parent | 28c0ca676c47e7e38fabdd9ef24a70bd26701f33 (diff) |
Repair the damage to 'make distcheck' after splitting out i810
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 dfc55ef0..fbccf0bd 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -44,6 +44,7 @@ intel_drv_la_SOURCES = \ intel.h \ intel_module.c \ intel_driver.c \ + intel_driver.h \ intel_batchbuffer.c \ intel_batchbuffer.h \ intel_memory.c \ |