summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@neko.keithp.com>2006-08-09 10:35:57 -0700
committerKeith Packard <keithp@neko.keithp.com>2006-08-09 10:35:57 -0700
commit3ca14275d13b1261b69b0e3fda90a112cb567472 (patch)
treebf387c67956dae19aada98d543a89f60a0e37e37
parent309374f78df35207b1398e14bba986fb891f3643 (diff)
Add missing headers to i810_drv_la_SOURCES
-rw-r--r--src/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index f97dc52a..bea7b727 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -31,6 +31,9 @@ i810_drv_la_LDFLAGS = -module -avoid-version
i810_drv_ladir = @moduledir@/drivers
i810_drv_la_SOURCES = \
+ brw_defines.h \
+ brw_structs.h \
+ wm_prog.h \
common.h \
i810_accel.c \
i810_common.h \