diff options
author | Wang Zhenyu <zhenyu.z.wang@intel.com> | 2006-09-28 11:09:52 +0800 |
---|---|---|
committer | Keith Packard <keithp@neko.keithp.com> | 2007-01-03 22:23:44 -0800 |
commit | df23624eebe938fa444c80cbedcd61919ec1aeda (patch) | |
tree | 6604daf0743c98b472653966711b0a8bd48fa74e /src/Makefile.am | |
parent | fc944859b1b9605c748162bad1c93a6303c84aae (diff) |
[PATCH] Fix compile, add wm header file.
Signed-off-by: Keith Packard <keithp@neko.keithp.com>
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 b0c6c92d..54e56579 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -94,6 +94,7 @@ i810_drv_la_SOURCES = \ i830_xaa.c \ i830_exa_render.c \ i915_exa_render.c \ + i965_composite_wm_nomask.h \ i965_exa_render.c if HAVE_GEN4ASM |